Skip to content

Commit

Permalink
Release v0.22.0
Browse files Browse the repository at this point in the history
  • Loading branch information
wojtekmach committed May 11, 2020
1 parent 4183fe0 commit dc50a79
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 3 deletions.
3 changes: 2 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# Changelog

## v0.22.0-dev (unreleased)
## v0.22.0 (2020-05-11)

* Enhancements
* [EPUB] Add epub to the default formatters
Expand All @@ -12,6 +12,7 @@
* [HTML+EPUB] Auto-link to extras (e.g. `[foo](foo.md)`)
* [mix docs] Undefined references warning now includes the filename
* [mix docs] `:skip_undefined_reference_warnings_on` now also accepts a filename
* [HTML+EPUB] Display moduledoc headings in the sidebar

* Bug fixes
* [HTML] Fix hidden text selection, hide tooltips for details link
Expand Down
4 changes: 2 additions & 2 deletions 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.22.0-dev"
@version "0.22.0"

def project do
[
Expand Down Expand Up @@ -47,7 +47,7 @@ defmodule ExDoc.Mixfile do

defp package do
[
licenses: ["Apache 2.0"],
licenses: ["Apache-2.0"],
maintainers: [
"José Valim",
"Eksperimental",
Expand Down

0 comments on commit dc50a79

Please sign in to comment.