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 fd9ac9d commit baf9862Copy full SHA for baf9862
CHANGELOG.md
@@ -1,5 +1,13 @@
1
# Changelog
2
3
+## v0.29.0 (2022-10-19)
4
+
5
+ * Enhancements
6
+ * Support cheatsheets as `.cheatmd` files
7
8
+ * Bug fix
9
+ * Collapse sidebar when resizing page even if stored in the session as opened
10
11
## v0.28.6 (2022-10-13)
12
13
* 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.28.6"
+ @version "0.29.0"
def project do
[
0 commit comments