From 4416950e1cdb567ad00a4065b4512ac1c307e269 Mon Sep 17 00:00:00 2001 From: Euen Date: Thu, 29 Sep 2016 10:38:31 -0300 Subject: [PATCH] [Close #276] version bump to 0.6.3 --- CHANGELOG.md | 9 +++++++++ rebar.config | 2 ++ src/sumo_db.app.src | 2 +- 3 files changed, 12 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 8231545..23a8c53 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,12 @@ # Change Log +## [0.6.3](https://github.com/inaka/sumo_db/tree/0.6.3) (2016-09-29) +[Full Changelog](https://github.com/inaka/sumo_db/compare/0.6.2...0.6.3) + +**Closed issues:** + +- Rebar3 doesn't understand our behaviors [\#271](https://github.com/inaka/sumo_db/issues/271) + ## [0.6.2](https://github.com/inaka/sumo_db/tree/0.6.2) (2016-09-28) [Full Changelog](https://github.com/inaka/sumo_db/compare/0.6.1...0.6.2) @@ -9,6 +16,7 @@ **Closed issues:** +- Version Bump to 0.6.2 [\#273](https://github.com/inaka/sumo_db/issues/273) - Compile fails with "behaviour sumo\_store undefined" [\#270](https://github.com/inaka/sumo_db/issues/270) - Split `find\_by` function in order to have two explicit functions: `fetch` and `find\_by` [\#265](https://github.com/inaka/sumo_db/issues/265) - Wrong event when persisting [\#241](https://github.com/inaka/sumo_db/issues/241) @@ -17,6 +25,7 @@ **Merged pull requests:** +- \[Close \#273\] version bump 0.6.2 [\#274](https://github.com/inaka/sumo_db/pull/274) ([Euen](https://github.com/Euen)) - \[\#271\] Changed behavior by behaviour [\#272](https://github.com/inaka/sumo_db/pull/272) ([demian711](https://github.com/demian711)) - Cabol.265.refactor\_sumo\_find\_by [\#266](https://github.com/inaka/sumo_db/pull/266) ([cabol](https://github.com/cabol)) diff --git a/rebar.config b/rebar.config index 5cc8dd4..fc14962 100644 --- a/rebar.config +++ b/rebar.config @@ -105,3 +105,5 @@ {base_plt_location, "."}, {base_plt_prefix, "sumo_db"} ]}. + +{plugins, [rebar3_hex]}. \ No newline at end of file diff --git a/src/sumo_db.app.src b/src/sumo_db.app.src index 5e8cfab..969e02c 100644 --- a/src/sumo_db.app.src +++ b/src/sumo_db.app.src @@ -1,6 +1,6 @@ {application, sumo_db, [ {description, "A simple persistance layer"}, - {vsn, "0.6.2"}, + {vsn, "0.6.3"}, {id, "sumo_db"}, {registered, []}, {applications, [