Skip to content

Commit

Permalink
Merge pull request #103 from inaka/jfacorro.102.bump.to.0.1.5
Browse files Browse the repository at this point in the history
[Closes #102]
  • Loading branch information
Euen committed Dec 15, 2014
2 parents 0a20cc9 + 508b1d7 commit 114f664
Show file tree
Hide file tree
Showing 2 changed files with 23 additions and 2 deletions.
23 changes: 22 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ All notable changes to this project will be documented in this file.

### Deprecated

- [#62] Renamed all `sumo_repo*` modules to `sumo_store*`. Existing repo modules in your application should be updated with the new names.
- None.

### Removed

Expand All @@ -20,6 +20,27 @@ All notable changes to this project will be documented in this file.

- None.

## 0.1.5 - 2014-12-15

### Added

- [#9] If id attribute is present in 3rd paramenter to sumo:new_field/3, sumo_db should assume not_null as well.
- [#15] Write unit tests.
- [#21] Add asc/desc option for ordering.
- [#39] PostgreSQL storage backend.

### Deprecated

- [#62] Renamed all `sumo_repo*` modules to `sumo_store*`. Existing repo modules in your application should be updated with the new names.

### Removed

- [#87] Decide between implementing SQLite repo or deleting it.

### Fixed

- [#51] Use a proper overrun warning for wpool.

## 0.1.4 - 2014-11-04

### Added
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, "1"},
{vsn, "0.1.5"},
{id, "sumo_db"},
{registered, []},
{applications, [
Expand Down

0 comments on commit 114f664

Please sign in to comment.