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 c47807c commit 48949c5Copy full SHA for 48949c5
CHANGELOG.md
@@ -1,5 +1,11 @@
1
# Changelog
2
3
+## v0.30.6 (2023-08-25)
4
+
5
+ * Enhancements
6
+ * Extract title from Markdown file when preceeded with comments
7
+ * Improve focus navigation in notebooks
8
9
## v0.30.5 (2023-08-12)
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.5"
+ @version "0.30.6"
def project do
[
0 commit comments