Skip to content

Commit

Permalink
Release v0.34.2
Browse files Browse the repository at this point in the history
  • Loading branch information
josevalim committed Jul 8, 2024
1 parent 674b72f commit 3175839
Show file tree
Hide file tree
Showing 2 changed files with 12 additions and 1 deletion.
11 changes: 11 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,16 @@
# Changelog

## v0.34.2 (2024-07-08)

* Enhancements
* Allow anchors on function and callback autolinks

* Bug fixes
* Make module attributes searchable without leading @
* Make Mod.fun pairs searchable without the arity
* Do not emit warnings on unary plus in typespecs
* Add top margin to nested module prefix in sidebar

## v0.34.1 (2024-06-30)

* Enhancements
Expand Down
2 changes: 1 addition & 1 deletion mix.exs
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ defmodule ExDoc.Mixfile do
use Mix.Project

@source_url "https://github.com/elixir-lang/ex_doc"
@version "0.34.1"
@version "0.34.2"

def project do
[
Expand Down

0 comments on commit 3175839

Please sign in to comment.