Skip to content

Commit

Permalink
Merge pull request #264 from inaka/euen.263.version_bump
Browse files Browse the repository at this point in the history
[Close #263] version bump to 263
  • Loading branch information
Euen authored Aug 26, 2016
2 parents 4077632 + 3d5ac0b commit 6c06000
Show file tree
Hide file tree
Showing 2 changed files with 23 additions and 1 deletion.
22 changes: 22 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,10 +1,31 @@
# Change Log

## [0.6.1](https://github.com/inaka/sumo_db/tree/0.6.1) (2016-08-26)
[Full Changelog](https://github.com/inaka/sumo_db/compare/0.6.0...0.6.1)

**Fixed bugs:**

- Don't persist Strings as Binaries in Mnesia store [\#244](https://github.com/inaka/sumo_db/issues/244)

**Closed issues:**

- fix sumo:create\_schema/0 [\#258](https://github.com/inaka/sumo_db/issues/258)
- fix sumo\_find\_test\_helper with the last sumo\_db changes [\#257](https://github.com/inaka/sumo_db/issues/257)
- Fix the blog example regarding with new architectural changes in `sumo\_db` [\#245](https://github.com/inaka/sumo_db/issues/245)
- Move from erlang.mk to rebar3 [\#242](https://github.com/inaka/sumo_db/issues/242)

**Merged pull requests:**

- \[\#257\] find\_test\_helper adapted to last changes in sumo\_db [\#261](https://github.com/inaka/sumo_db/pull/261) ([ferigis](https://github.com/ferigis))
- \[\#258\] create\_schema/0 fixed and test added [\#260](https://github.com/inaka/sumo_db/pull/260) ([ferigis](https://github.com/ferigis))
- Ferigis.245.fix examples [\#259](https://github.com/inaka/sumo_db/pull/259) ([ferigis](https://github.com/ferigis))

## [0.6.0](https://github.com/inaka/sumo_db/tree/0.6.0) (2016-08-17)
[Full Changelog](https://github.com/inaka/sumo_db/compare/0.5.0-OTP19...0.6.0)

**Closed issues:**

- Version Bump to 0.6.0 [\#255](https://github.com/inaka/sumo_db/issues/255)
- Simplify strings handling in `sumo` – keep `string` data type only. [\#251](https://github.com/inaka/sumo_db/issues/251)
- Support `boolean` data type. [\#250](https://github.com/inaka/sumo_db/issues/250)
- Support for new `custom` data types to `mnesia` adapter [\#248](https://github.com/inaka/sumo_db/issues/248)
Expand All @@ -16,6 +37,7 @@

**Merged pull requests:**

- \[Close \#255\] version bump to 0.6.0 [\#256](https://github.com/inaka/sumo_db/pull/256) ([Euen](https://github.com/Euen))
- \[Fix \#250\] Support `boolean` data type. [\#254](https://github.com/inaka/sumo_db/pull/254) ([cabol](https://github.com/cabol))
- \[Fix \#248\] Support for new `custom` data type to `mnesia`. [\#253](https://github.com/inaka/sumo_db/pull/253) ([cabol](https://github.com/cabol))
- \[Fix \#251\] Simplify strings handling. [\#252](https://github.com/inaka/sumo_db/pull/252) ([cabol](https://github.com/cabol))
Expand Down
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.0"},
{vsn, "0.6.1"},
{id, "sumo_db"},
{registered, []},
{applications, [
Expand Down

0 comments on commit 6c06000

Please sign in to comment.