From 31758397df2b8c7c1aa687f2ec0dc19d2d16fe9b Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Jos=C3=A9=20Valim?= Date: Mon, 8 Jul 2024 16:37:13 +0200 Subject: [PATCH] Release v0.34.2 --- CHANGELOG.md | 11 +++++++++++ mix.exs | 2 +- 2 files changed, 12 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index e757ac74b..aa8314c56 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -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 diff --git a/mix.exs b/mix.exs index b8b5892e2..6b9478f7c 100644 --- a/mix.exs +++ b/mix.exs @@ -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 [