Skip to content

Commit

Permalink
Release v0.21.1
Browse files Browse the repository at this point in the history
  • Loading branch information
José Valim committed Jul 20, 2019
1 parent 14ae130 commit e91ceb6
Show file tree
Hide file tree
Showing 7 changed files with 10 additions and 2 deletions.
8 changes: 8 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,13 @@
# Changelog

## v0.21.1

* Bug fixes
* [HTML] Make sure package selector can be reopened after closed with `ESC`
* [HTML] Ensure tooltip pages can be cached
* [HTML] Support large version numbers on the version dropdown
* [mix docs] Raise nice exception for missing ExDoc.Config

## v0.21.0

* Enhancements
Expand Down
2 changes: 1 addition & 1 deletion lib/ex_doc/markdown.ex
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ defmodule ExDoc.Markdown do
ExDoc is compatible with any markdown processor that implements the
functions defined in this module. The markdown processor can be changed
via the `:markdown_processor` option in your `mix.exs.
via the `:markdown_processor` option in your `mix.exs`.
ExDoc supports the following Markdown parsers out of the box:
Expand Down
2 changes: 1 addition & 1 deletion mix.exs
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
defmodule ExDoc.Mixfile do
use Mix.Project

@version "0.21.0"
@version "0.21.1"

def project do
[
Expand Down

0 comments on commit e91ceb6

Please sign in to comment.