We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent abe84ae commit 7f8e971Copy full SHA for 7f8e971
CHANGELOG.md
@@ -1,5 +1,11 @@
1
# Changelog
2
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
9
## v0.32.0 (2024-04-10)
10
11
* Enhancements
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.0"
+ @version "0.32.1"
def project do
[
0 commit comments