From baa59ca8802a50e9061481ea00312f1979a6553a Mon Sep 17 00:00:00 2001 From: Andrew Summers Date: Tue, 6 Nov 2018 23:15:22 -0600 Subject: [PATCH] Bump 0.1.6 (#23) --- CHANGELOG.md | 9 +++++++-- mix.exs | 2 +- 2 files changed, 8 insertions(+), 3 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 732ebf0..2aa7e6e 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -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 @@ -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 diff --git a/mix.exs b/mix.exs index 7f94900..60c8171 100644 --- a/mix.exs +++ b/mix.exs @@ -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(),