From ed0ffcdece145e2703eb306890f8505bba9eecbd Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Jos=C3=A9=20Valim?= Date: Fri, 10 May 2024 12:59:00 +0200 Subject: [PATCH] Release v0.32.2 Closes #1902. --- CHANGELOG.md | 10 ++++++++++ mix.exs | 2 +- 2 files changed, 11 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 6fdcb6862..fb29c7c12 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,15 @@ # Changelog +## v0.32.2 (2024-05-10) + + * Enhancements + * Allow the modal to close when we click outside the modal content + + * Bug fixes + * Fix indentation of -spec/-type in Erlang + * Fix Mix task autolink for tasks with underscores + * Avoid conflicts between custom headers with tooltips/modals + ## v0.32.1 (2024-04-12) * Bug fixes diff --git a/mix.exs b/mix.exs index b9339048d..ad412e98e 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.32.1" + @version "0.32.2" def project do [