Skip to content

Commit 7f8e971

Browse files
committed
Release v0.32.1
1 parent abe84ae commit 7f8e971

File tree

2 files changed

+7
-1
lines changed

2 files changed

+7
-1
lines changed

CHANGELOG.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,11 @@
11
# Changelog
22

3+
## v0.32.1 (2024-04-12)
4+
5+
* Bug fixes
6+
* Add version dropdown back on hexdocs.pm
7+
* Improve search input styling and scrolling
8+
39
## v0.32.0 (2024-04-10)
410

511
* Enhancements

mix.exs

Lines changed: 1 addition & 1 deletion
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.0"
5+
@version "0.32.1"
66

77
def project do
88
[

0 commit comments

Comments
 (0)