Skip to content

Commit

Permalink
Merge pull request #19 from inaka/euen.18.bump_version_0.0.2
Browse files Browse the repository at this point in the history
[Close #18] bump version 0.0.2
  • Loading branch information
Euen authored May 17, 2017
2 parents 1b326dd + 6545df6 commit 635c2c0
Show file tree
Hide file tree
Showing 3 changed files with 17 additions and 4 deletions.
15 changes: 14 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,18 @@
# Change Log

## [0.0.1](https://github.com/inaka/sumo_db_mysql/tree/0.0.1) (2016-09-23)
## [0.0.2](https://github.com/inaka/sumo_db_mysql/tree/0.0.2) (2017-05-17)
[Full Changelog](https://github.com/inaka/sumo_db_mysql/compare/staging...0.0.2)

**Closed issues:**

- Update README.md [\#14](https://github.com/inaka/sumo_db_mysql/issues/14)
- Version Bump to 0.0.1 [\#12](https://github.com/inaka/sumo_db_mysql/issues/12)

**Merged pull requests:**

- \[Close \#14\] update readme [\#17](https://github.com/inaka/sumo_db_mysql/pull/17) ([Euen](https://github.com/Euen))

## [staging](https://github.com/inaka/sumo_db_mysql/tree/staging) (2016-09-23)
**Closed issues:**

- Move from erlang.mk to rebar3 [\#9](https://github.com/inaka/sumo_db_mysql/issues/9)
Expand All @@ -9,6 +21,7 @@

**Merged pull requests:**

- version bump to 0.0.1 [\#13](https://github.com/inaka/sumo_db_mysql/pull/13) ([Euen](https://github.com/Euen))
- Euen.9.rebar3 [\#11](https://github.com/inaka/sumo_db_mysql/pull/11) ([Euen](https://github.com/Euen))
- \[\#quick\] remove warnings\_as\_errors and untyped record [\#8](https://github.com/inaka/sumo_db_mysql/pull/8) ([elbrujohalcon](https://github.com/elbrujohalcon))
- Add rebar.config [\#7](https://github.com/inaka/sumo_db_mysql/pull/7) ([elbrujohalcon](https://github.com/elbrujohalcon))
Expand Down
4 changes: 2 additions & 2 deletions rebar.lock
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
[{<<"emysql">>,{pkg,<<"inaka_emysql">>,<<"0.4.4">>},0},
{<<"goldrush">>,{pkg,<<"goldrush">>,<<"0.1.8">>},1},
{<<"lager">>,{pkg,<<"lager">>,<<"3.2.1">>},0},
{<<"quickrand">>,{pkg,<<"quickrand">>,<<"1.3.3">>},2},
{<<"quickrand">>,{pkg,<<"quickrand">>,<<"1.5.4">>},2},
{<<"sumo_db">>,{pkg,<<"sumo_db">>,<<"0.6.1">>},0},
{<<"uuid">>,{pkg,<<"uuid_erl">>,<<"1.5.2-rc1">>},1},
{<<"worker_pool">>,{pkg,<<"worker_pool">>,<<"2.0.1">>},1}]}.
Expand All @@ -11,7 +11,7 @@
{<<"emysql">>, <<"28831000E15ED426B10BE50F6A4141356BAD576881F02EE3FC1ACE87B3235EF8">>},
{<<"goldrush">>, <<"2024BA375CEEA47E27EA70E14D2C483B2D8610101B4E852EF7F89163CDB6E649">>},
{<<"lager">>, <<"EEF4E18B39E4195D37606D9088EA05BF1B745986CF8EC84F01D332456FE88D17">>},
{<<"quickrand">>, <<"E09F71C3F2C9D6364FE388037BB6EB652CB88816DE997D29F406C32C541A765A">>},
{<<"quickrand">>, <<"47ADD4755CC5F209CBEFFD6F47C84061196CD7FAD99FD8FD12418EB0D06B939D">>},
{<<"sumo_db">>, <<"6D7BF7FEA90D8E41DEA894379A4E945622B8BFDDBB3EEF31D79B3D0CA3084056">>},
{<<"uuid">>, <<"D4022AB3F4F1A28E86EA15D4075CB0C57EC908D8AF1CA2E8AF28AA815EF93C3A">>},
{<<"worker_pool">>, <<"B90273074898FA89434317991E00884DBBAFFAB5BFD964A7586317CD16FB18D4">>}]}
Expand Down
2 changes: 1 addition & 1 deletion src/sumo_db_mysql.app.src
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{application, sumo_db_mysql, [
{description, "SumoDB MySQL Adapter"},
{vsn, "0.0.1"},
{vsn, "0.0.2"},
{id, "sumo_db_mysql"},
{registered, []},
{applications, [
Expand Down

0 comments on commit 635c2c0

Please sign in to comment.