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 10d8315 commit 425378eCopy full SHA for 425378e
CHANGELOG.md
@@ -1,5 +1,13 @@
1
# Changelog
2
3
+## v0.39.2 (2025-12-04)
4
+
5
+ * Bug fixes
6
+ * Do not strip hrefs on summaries
7
+ * Show go to latest for prereleases
8
+ * Prevent fake italic in autocomplete text
9
+ * Rename "Search Hexdocs" link to "Go to package docs"
10
11
## v0.39.1 (2025-10-23)
12
13
* 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.39.1"
+ @version "0.39.2"
def project do
[
0 commit comments