Skip to content

Commit d6292ad

Browse files
committed
Release v0.38.2
1 parent a6e7399 commit d6292ad

File tree

2 files changed

+7
-1
lines changed

2 files changed

+7
-1
lines changed

CHANGELOG.md

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

3+
## v0.38.2 (2025-05-27)
4+
5+
* Bug fixes
6+
* Render documents with hardcoded `<h2>`/`<h3>` entries correctly
7+
* Fix padding on external links
8+
39
## v0.38.1 (2025-05-12)
410

511
* 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.1"
5+
@version "0.38.2"
66

77
def project do
88
[

0 commit comments

Comments
 (0)