Skip to content

Commit

Permalink
Release v0.16.0
Browse files Browse the repository at this point in the history
  • Loading branch information
José Valim committed May 24, 2017
1 parent 6e102a3 commit cf9fc52
Show file tree
Hide file tree
Showing 2 changed files with 11 additions and 1 deletion.
10 changes: 10 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,15 @@
# Changelog

## v0.16.0

* Enhancements
* Separate tasks into "Mix Tasks" in sidebar
* Add types to the search results

* Bug fixes
* Strip nesting HTML tags in h2 headers
* Remove the old search results after every new search attempt

## v0.15.1

* Bug fixes
Expand Down
2 changes: 1 addition & 1 deletion mix.exs
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ defmodule ExDoc.Mixfile do

def project do
[app: :ex_doc,
version: "0.15.1",
version: "0.16.0",
elixir: "~> 1.3",
deps: deps(),
aliases: aliases(),
Expand Down

0 comments on commit cf9fc52

Please sign in to comment.