Skip to content

Commit

Permalink
Release v0.32.2
Browse files Browse the repository at this point in the history
Closes #1902.
  • Loading branch information
josevalim committed May 10, 2024
1 parent b97dc39 commit ed0ffcd
Show file tree
Hide file tree
Showing 2 changed files with 11 additions and 1 deletion.
10 changes: 10 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -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
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.32.1"
@version "0.32.2"

def project do
[
Expand Down

0 comments on commit ed0ffcd

Please sign in to comment.