Skip to content

Commit b28eaa9

Browse files
committed
Release v0.38.1
1 parent 0840140 commit b28eaa9

File tree

2 files changed

+6
-1
lines changed

2 files changed

+6
-1
lines changed

CHANGELOG.md

+5
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,10 @@
11
# Changelog
22

3+
## v0.38.1 (2025-05-12)
4+
5+
* Bug fixes
6+
* Ensure stripping apps for Erlang soursces emit valid AST
7+
38
## v0.38.0 (2025-05-09)
49

510
* Enhancements

mix.exs

+1-1
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.0"
5+
@version "0.38.1"
66

77
def project do
88
[

0 commit comments

Comments
 (0)