We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 94134e0 commit a359f56Copy full SHA for a359f56
CHANGELOG.md
@@ -1,5 +1,10 @@
1
# Changelog
2
3
+## v0.39.3 (2025-12-09)
4
+
5
+ * Enhancements
6
+ * Add the option to trim down the footer
7
8
## v0.39.2 (2025-12-04)
9
10
* Bug fixes
mix.exs
@@ -2,7 +2,7 @@ defmodule ExDoc.Mixfile do
use Mix.Project
@source_url "https://github.com/elixir-lang/ex_doc"
- @version "0.39.2"
+ @version "0.39.3"
def project do
[
0 commit comments