From f23b612a745e5d42d4b79f16bd2ed0b27064b55b Mon Sep 17 00:00:00 2001 From: Euen Date: Mon, 13 Jun 2016 11:15:09 -0300 Subject: [PATCH] [Close #39] version bump to 1.0.0 --- CHANGELOG.md | 12 ++++++++++++ src/aleppo.app.src | 2 +- 2 files changed, 13 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index f0bcf76..00fd91e 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,16 @@ # Change Log +## [1.0.0](https://github.com/inaka/aleppo/tree/1.0.0) (2016-06-13) +[Full Changelog](https://github.com/inaka/aleppo/compare/0.9.10...1.0.0) + +**Closed issues:** + +- Move from erlang.mk to rebar3 [\#37](https://github.com/inaka/aleppo/issues/37) + +**Merged pull requests:** + +- \[Close \#37\] rebar3 as a build tool [\#38](https://github.com/inaka/aleppo/pull/38) ([Euen](https://github.com/Euen)) + ## [0.9.10](https://github.com/inaka/aleppo/tree/0.9.10) (2016-04-07) [Full Changelog](https://github.com/inaka/aleppo/compare/0.9.9...0.9.10) @@ -11,6 +22,7 @@ **Merged pull requests:** - \[Fix \#35\] Add meta testing and Add erlang.mk [\#36](https://github.com/inaka/aleppo/pull/36) ([harenson](https://github.com/harenson)) +- Bump version to 0.9.10 and publish in hex.pm [\#34](https://github.com/inaka/aleppo/pull/34) ([jfacorro](https://github.com/jfacorro)) - \[Closes \#32\] Check for location attribute before getting line and column [\#33](https://github.com/inaka/aleppo/pull/33) ([jfacorro](https://github.com/jfacorro)) ## [0.9.9](https://github.com/inaka/aleppo/tree/0.9.9) (2016-01-22) diff --git a/src/aleppo.app.src b/src/aleppo.app.src index f3b5b8b..c109cb9 100644 --- a/src/aleppo.app.src +++ b/src/aleppo.app.src @@ -1,7 +1,7 @@ %% -*- mode: erlang -*- {application, aleppo, [{description, "Aleppo: ALternative Erlang Pre-ProcessOr"}, - {vsn, "0.9.10"}, + {vsn, "1.0.0"}, {modules, []}, {applications, [kernel, stdlib]}, {registered, []},