We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 7a71ddf commit 20a355bCopy full SHA for 20a355b
CHANGELOG.md
@@ -1,5 +1,15 @@
1
# Changelog
2
3
+## v0.40.1 (2026-01-31)
4
+
5
+ * Enhancements
6
+ * Remove link to source from generated .md files
7
+ * Improve word-breaking of module names and sizing of main page titles
8
+ * Include description in llms.txt
9
10
+ * Bug fixes
11
+ * Fix headers in custom groups
12
13
## v0.40.0 (2026-01-20)
14
15
* Enhancements
mix.exs
@@ -2,7 +2,7 @@ defmodule ExDoc.Mixfile do
use Mix.Project
@source_url "https://github.com/elixir-lang/ex_doc"
- @version "0.40.0"
+ @version "0.40.1"
def project do
[
0 commit comments