Skip to content

Commit

Permalink
Bump 0.1.6 (#23)
Browse files Browse the repository at this point in the history
  • Loading branch information
asummers authored Nov 7, 2018
1 parent cd0aad5 commit baa59ca
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 3 deletions.
9 changes: 7 additions & 2 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,11 @@ This project adheres to [Semantic Versioning](http://semver.org/spec/v2.0.0.html

## [Unreleased]

## 0.1.4 - 2018-09-17
## 0.1.6 - 2018-11-06
### Added
- Add ability to pretty print exception struct as Exception.t().

## 0.1.5 - 2018-09-17
### Added
- Add ability to pretty print numbered named types

Expand All @@ -31,7 +35,8 @@ This project adheres to [Semantic Versioning](http://semver.org/spec/v2.0.0.html
- Changelog, CI, docs
- Initial functionality and tests

[Unreleased]: https://github.com/asummers/erlex/compare/v0.1.5...HEAD
[Unreleased]: https://github.com/asummers/erlex/compare/v0.1.6...HEAD
[0.1.5...0.1.6]: https://github.com/asummers/erlex/compare/v0.1.5...v0.1.6
[0.1.4...0.1.5]: https://github.com/asummers/erlex/compare/v0.1.4...v0.1.5
[0.1.3...0.1.4]: https://github.com/asummers/erlex/compare/v0.1.3...v0.1.4
[0.1.2...0.1.3]: https://github.com/asummers/erlex/compare/v0.1.2...v0.1.3
Expand Down
2 changes: 1 addition & 1 deletion mix.exs
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ defmodule Erlex.MixProject do
def project do
[
app: :erlex,
version: "0.1.5",
version: "0.1.6",
elixir: "~> 1.6",
start_permanent: Mix.env() == :prod,
deps: deps(),
Expand Down

0 comments on commit baa59ca

Please sign in to comment.