We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 593964b commit 78c3cc4Copy full SHA for 78c3cc4
CHANGELOG.md
@@ -1,5 +1,10 @@
1
# Changelog
2
3
+## v0.33.0 (2024-05-21)
4
+
5
+ * Enhancements
6
+ * Keep the sidebar light in light mode
7
8
## v0.32.2 (2024-05-10)
9
10
* 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.2"
+ @version "0.33.0"
def project do
[
0 commit comments