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 eb6bbda commit a67fed1Copy full SHA for a67fed1
CHANGELOG.md
@@ -1,5 +1,10 @@
1
# Changelog
2
3
+## v0.30.4 (2023-08-03)
4
+
5
+ * Bug fixes
6
+ * Fix style for anchors in headers
7
8
## v0.30.3 (2023-07-15)
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.30.3"
+ @version "0.30.4"
def project do
[
0 commit comments