Skip to content

Commit

Permalink
Release v0.36.1
Browse files Browse the repository at this point in the history
  • Loading branch information
josevalim committed Dec 24, 2024
1 parent 3d030a8 commit 1c3ee63
Show file tree
Hide file tree
Showing 2 changed files with 11 additions and 2 deletions.
11 changes: 10 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,15 @@
# Changelog

## v0.36.0-dev
## v0.36.1 (2024-12-24)

* Enhancements
* Show a progress bar if navigation takes more than 300ms

* Bug fixes
* Fix dark mode styling on cheatsheets
* Ensure the sidebar closes on hosting navigation in mobile

## v0.36.0 (2024-12-24)

* Enhancements
* Use swup.js for navigation on hosted sites
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.36.0"
@version "0.36.1"

def project do
[
Expand Down

0 comments on commit 1c3ee63

Please sign in to comment.