Skip to content

Commit 32bfa72

Browse files
committed
Release v0.38.4
1 parent c9548ee commit 32bfa72

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.4 (2025-09-09)
4+
5+
* Bug fixes
6+
* Fix escaping of links when they have ampersand in them
7+
* Increase spacing of footers in pages
8+
* Align stale icon positioning
9+
310
## v0.38.3 (2025-08-17)
411

512
* Enhancements

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.3"
5+
@version "0.38.4"
66

77
def project do
88
[

0 commit comments

Comments
 (0)