Skip to content

Commit

Permalink
Merge pull request #18 from asummers/bump-version
Browse files Browse the repository at this point in the history
Bump to 0.1.4
  • Loading branch information
asummers authored Sep 18, 2018
2 parents 810fb1a + 2d78a85 commit 231409e
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 1 deletion.
5 changes: 5 additions & 0 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 parse whens in specs.

## 0.1.3 - 2018-09-10
### Added
- Add ability to parse empty tuples
Expand All @@ -24,6 +28,7 @@ This project adheres to [Semantic Versioning](http://semver.org/spec/v2.0.0.html
- 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
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.3",
version: "0.1.4",
elixir: "~> 1.6",
start_permanent: Mix.env() == :prod,
deps: deps(),
Expand Down

0 comments on commit 231409e

Please sign in to comment.