Skip to content

Commit 0630c3c

Browse files
committed
Release v0.38.3
1 parent 8ba731c commit 0630c3c

File tree

2 files changed

+8
-1
lines changed

2 files changed

+8
-1
lines changed

CHANGELOG.md

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

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+
310
## v0.38.2 (2025-05-27)
411

512
* Bug fixes

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.38.2"
5+
@version "0.38.3"
66

77
def project do
88
[

0 commit comments

Comments
 (0)