Skip to content

Commit 9575be8

Browse files
authored
Merge pull request #13 from inaka/ferigis.12.version_bump_0.1.0
[#12] version bump to 0.1.0
2 parents 8799acb + 66aab92 commit 9575be8

File tree

2 files changed

+26
-0
lines changed

2 files changed

+26
-0
lines changed

CHANGELOG.md

Lines changed: 23 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,23 @@
1+
# Change Log
2+
3+
## [0.1.0](https://github.com/inaka/sumo_db_pgsql/tree/0.1.0) (2016-08-23)
4+
**Closed issues:**
5+
6+
- Fix epgsql dependency [\#9](https://github.com/inaka/sumo_db_pgsql/issues/9)
7+
- Fix sumo\_db dependency [\#7](https://github.com/inaka/sumo_db_pgsql/issues/7)
8+
- Make sure this driver deals with the new introduced data type `custom` [\#5](https://github.com/inaka/sumo_db_pgsql/issues/5)
9+
- Move from erlang.mk to rebar3 [\#4](https://github.com/inaka/sumo_db_pgsql/issues/4)
10+
- Add documentation [\#2](https://github.com/inaka/sumo_db_pgsql/issues/2)
11+
12+
**Merged pull requests:**
13+
14+
- \[\#4\] fixing README.md [\#11](https://github.com/inaka/sumo_db_pgsql/pull/11) ([ferigis](https://github.com/ferigis))
15+
- \[\#9\] fixes epgsql dependency [\#10](https://github.com/inaka/sumo_db_pgsql/pull/10) ([ferigis](https://github.com/ferigis))
16+
- \[\#7\] fix sumo\_db dependency [\#8](https://github.com/inaka/sumo_db_pgsql/pull/8) ([ferigis](https://github.com/ferigis))
17+
- \[\#4\] moving to rebar3 with old deps [\#6](https://github.com/inaka/sumo_db_pgsql/pull/6) ([ferigis](https://github.com/ferigis))
18+
- \[Fix \#2\] Add documentation [\#3](https://github.com/inaka/sumo_db_pgsql/pull/3) ([harenson](https://github.com/harenson))
19+
- Add PGSQL adapter [\#1](https://github.com/inaka/sumo_db_pgsql/pull/1) ([harenson](https://github.com/harenson))
20+
21+
22+
23+
\* *This Change Log was automatically generated by [github_changelog_generator](https://github.com/skywinder/Github-Changelog-Generator)*

src/sumo_db_pgsql.app.src

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -12,5 +12,8 @@
1212
]},
1313
{modules, []},
1414
{mod, {sumo_db_pgsql, []}},
15+
{maintainers,["Inaka"]},
16+
{licenses,["Apache 2.0"]},
17+
{links,[{"Github","https://github.com/inaka/sumo_db_pgsql"}]},
1518
{build_tools, ["rebar3"]}
1619
]}.

0 commit comments

Comments
 (0)