Skip to content

Commit baf9862

Browse files
committed
Release v0.29.0
1 parent fd9ac9d commit baf9862

File tree

2 files changed

+9
-1
lines changed

2 files changed

+9
-1
lines changed

CHANGELOG.md

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,13 @@
11
# Changelog
22

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+
311
## v0.28.6 (2022-10-13)
412

513
* Enhancements

mix.exs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@ defmodule ExDoc.Mixfile do
22
use Mix.Project
33

44
@source_url "https://github.com/elixir-lang/ex_doc"
5-
@version "0.28.6"
5+
@version "0.29.0"
66

77
def project do
88
[

0 commit comments

Comments
 (0)