Skip to content

Commit

Permalink
Merge pull request #277 from inaka/euen.276.version_bump_0.6.3
Browse files Browse the repository at this point in the history
[Close #276] version bump to 0.6.3
  • Loading branch information
Euen authored Sep 29, 2016
2 parents aa58208 + 4416950 commit d9a08b3
Show file tree
Hide file tree
Showing 3 changed files with 12 additions and 1 deletion.
9 changes: 9 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -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)

Expand All @@ -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)
Expand All @@ -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))

Expand Down
2 changes: 2 additions & 0 deletions rebar.config
Original file line number Diff line number Diff line change
Expand Up @@ -105,3 +105,5 @@
{base_plt_location, "."},
{base_plt_prefix, "sumo_db"}
]}.

{plugins, [rebar3_hex]}.
2 changes: 1 addition & 1 deletion src/sumo_db.app.src
Original file line number Diff line number Diff line change
@@ -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, [
Expand Down

0 comments on commit d9a08b3

Please sign in to comment.