Skip to content

Commit ed0ffcd

Browse files
committed
Release v0.32.2
Closes #1902.
1 parent b97dc39 commit ed0ffcd

File tree

2 files changed

+11
-1
lines changed

2 files changed

+11
-1
lines changed

CHANGELOG.md

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

3+
## v0.32.2 (2024-05-10)
4+
5+
* Enhancements
6+
* Allow the modal to close when we click outside the modal content
7+
8+
* Bug fixes
9+
* Fix indentation of -spec/-type in Erlang
10+
* Fix Mix task autolink for tasks with underscores
11+
* Avoid conflicts between custom headers with tooltips/modals
12+
313
## v0.32.1 (2024-04-12)
414

515
* Bug fixes

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.32.1"
5+
@version "0.32.2"
66

77
def project do
88
[

0 commit comments

Comments
 (0)