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 8ba731c commit 0630c3cCopy full SHA for 0630c3c
CHANGELOG.md
@@ -1,5 +1,12 @@
1
# Changelog
2
3
+## v0.38.3 (2025-08-17)
4
+
5
+ * Enhancements
6
+ * Allow configuring autocomplete limit, and default it to 10 instead of 8
7
+ * Display description text in docs groups
8
+ * Load discovered makeup apps for CLI
9
10
## v0.38.2 (2025-05-27)
11
12
* 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.38.2"
+ @version "0.38.3"
def project do
[
0 commit comments