Skip to content

Commit

Permalink
Version 0.1.5 (#21)
Browse files Browse the repository at this point in the history
  • Loading branch information
asummers authored Oct 31, 2018
1 parent 7169e04 commit 464e522
Show file tree
Hide file tree
Showing 2 changed files with 11 additions and 6 deletions.
15 changes: 10 additions & 5 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,10 @@ This project adheres to [Semantic Versioning](http://semver.org/spec/v2.0.0.html

## [Unreleased]

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

## 0.1.4 - 2018-09-17
### Added
- Add ability to parse whens in specs.
Expand All @@ -27,8 +31,9 @@ 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.3...HEAD
[0.1.3...0.1.4]: https://github.com/asummers/erlex/compare/v0.1.3...0.1.4
[0.1.2...0.1.3]: https://github.com/asummers/erlex/compare/v0.1.2...0.1.3
[0.1.1...0.1.2]: https://github.com/asummers/erlex/compare/v0.1.1...0.1.2
[0.1.0...0.1.1]: https://github.com/asummers/erlex/compare/v0.1.0...0.1.1
[Unreleased]: https://github.com/asummers/erlex/compare/v0.1.5...HEAD
[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
[0.1.1...0.1.2]: https://github.com/asummers/erlex/compare/v0.1.1...v0.1.2
[0.1.0...0.1.1]: https://github.com/asummers/erlex/compare/v0.1.0...v0.1.1
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.4",
version: "0.1.5",
elixir: "~> 1.6",
start_permanent: Mix.env() == :prod,
deps: deps(),
Expand Down

0 comments on commit 464e522

Please sign in to comment.