Skip to content

Commit 3175839

Browse files
committed
Release v0.34.2
1 parent 674b72f commit 3175839

File tree

2 files changed

+12
-1
lines changed

2 files changed

+12
-1
lines changed

CHANGELOG.md

+11
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,16 @@
11
# Changelog
22

3+
## v0.34.2 (2024-07-08)
4+
5+
* Enhancements
6+
* Allow anchors on function and callback autolinks
7+
8+
* Bug fixes
9+
* Make module attributes searchable without leading @
10+
* Make Mod.fun pairs searchable without the arity
11+
* Do not emit warnings on unary plus in typespecs
12+
* Add top margin to nested module prefix in sidebar
13+
314
## v0.34.1 (2024-06-30)
415

516
* Enhancements

mix.exs

+1-1
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@ defmodule ExDoc.Mixfile do
22
use Mix.Project
33

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

77
def project do
88
[

0 commit comments

Comments
 (0)