Skip to content

Commit 1c3ee63

Browse files
committed
Release v0.36.1
1 parent 3d030a8 commit 1c3ee63

File tree

2 files changed

+11
-2
lines changed

2 files changed

+11
-2
lines changed

CHANGELOG.md

+10-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,15 @@
11
# Changelog
22

3-
## v0.36.0-dev
3+
## v0.36.1 (2024-12-24)
4+
5+
* Enhancements
6+
* Show a progress bar if navigation takes more than 300ms
7+
8+
* Bug fixes
9+
* Fix dark mode styling on cheatsheets
10+
* Ensure the sidebar closes on hosting navigation in mobile
11+
12+
## v0.36.0 (2024-12-24)
413

514
* Enhancements
615
* Use swup.js for navigation on hosted sites

mix.exs

+1-1
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.36.0"
5+
@version "0.36.1"
66

77
def project do
88
[

0 commit comments

Comments
 (0)