Skip to content

Commit c0f0773

Browse files
committed
Release v0.39.1
1 parent 3ec9a23 commit c0f0773

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.39.1 (2025-10-23)
4+
5+
* Bug fixes
6+
* Improve box-shadow around autocompletion
7+
* Trim search engine selector on small screens
8+
* Fix admonition titles on small screens
9+
310
## v0.39.0 (2025-10-23)
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.39.0"
5+
@version "0.39.1"
66

77
def project do
88
[

0 commit comments

Comments
 (0)