Skip to content

Commit

Permalink
Release v0.29.0
Browse files Browse the repository at this point in the history
  • Loading branch information
josevalim committed Oct 19, 2022
1 parent fd9ac9d commit baf9862
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 1 deletion.
8 changes: 8 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,13 @@
# Changelog

## v0.29.0 (2022-10-19)

* Enhancements
* Support cheatsheets as `.cheatmd` files

* Bug fix
* Collapse sidebar when resizing page even if stored in the session as opened

## v0.28.6 (2022-10-13)

* Enhancements
Expand Down
2 changes: 1 addition & 1 deletion mix.exs
Original file line number Diff line number Diff line change
Expand Up @@ -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
[
Expand Down

0 comments on commit baf9862

Please sign in to comment.