Skip to content

Commit eb5362b

Browse files
committed
Release v0.39.0
1 parent 8bcfd08 commit eb5362b

File tree

2 files changed

+12
-1
lines changed

2 files changed

+12
-1
lines changed

CHANGELOG.md

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

3+
## v0.39.0 (2025-10-23)
4+
5+
* Enhancements
6+
* Allow custom search engines to be configured with support for `https://hexdocs.pm`
7+
* Improve admonition blocks so they better integrate with the page flow
8+
* Bug fixes
9+
* Add .cheatmd to EPUB to avoid broken links
10+
* Backwards incompatible changes
11+
* Validate :extras fields: if you were previously setting them to unexpected values, you may now get an exception
12+
* Setting `exdoc:full-text-search-url` metadata is no longer supported, using the new search engines configuration
13+
314
## v0.38.4 (2025-09-09)
415

516
* 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.4"
5+
@version "0.39.0"
66

77
def project do
88
[

0 commit comments

Comments
 (0)