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 4ece4a7 commit 6ddaa2bCopy full SHA for 6ddaa2b
CHANGELOG.md
@@ -1,5 +1,13 @@
1
# Changelog
2
3
+## v0.30.9 (2023-10-20)
4
+
5
+ * Bug fixes
6
+ * Fix a scenario where invalid assets would be generated
7
8
+ * Enhancements
9
+ * Add admonition EPUB styles
10
11
## v0.30.8 (2023-10-17)
12
13
* 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.8"
+ @version "0.30.9"
def project do
[
0 commit comments