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 0e84d5d commit 3e9358cCopy full SHA for 3e9358c
CHANGELOG.md
@@ -1,5 +1,10 @@
1
# Changelog
2
3
+## v0.30.8 (2023-10-17)
4
+
5
+ * Bug fixes
6
+ * Fix regression in umbrella applications
7
8
## v0.30.7 (2023-10-15)
9
10
* 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.30.7"
+ @version "0.30.8"
def project do
[
0 commit comments