We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 0840140 commit b28eaa9Copy full SHA for b28eaa9
CHANGELOG.md
@@ -1,5 +1,10 @@
1
# Changelog
2
3
+## v0.38.1 (2025-05-12)
4
+
5
+ * Bug fixes
6
+ * Ensure stripping apps for Erlang soursces emit valid AST
7
8
## v0.38.0 (2025-05-09)
9
10
* 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.38.0"
+ @version "0.38.1"
def project do
[
0 commit comments