Skip to content

Commit

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

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

* Enhancements
* Add Elixir special punctuation ! and ? to natural sort
* Add night mode to settings pane
* Support --proglang in mix docs
* Save sidebar state per session
* Distinguish output code blocks in Livebooks

* Bug fixes
* Prevent sidebar button scrolling out of view
* Prevent unreadable text when using inline code with admonition headers

## v0.28.5 (2022-08-18)

* 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.5"
@version "0.28.6"

def project do
[
Expand Down

0 comments on commit 636b568

Please sign in to comment.