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 feaf41c commit 7aa3fd9Copy full SHA for 7aa3fd9
CHANGELOG.md
@@ -1,5 +1,11 @@
1
# Changelog
2
3
+## v0.30.5 (2023-08-12)
4
+
5
+ * Bug fixes
6
+ * Fix style for code in headers
7
+ * Fix search data generation for Erlang/OTP
8
9
## v0.30.4 (2023-08-03)
10
11
* 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.4"
+ @version "0.30.5"
def project do
[
0 commit comments