Skip to content

Commit

Permalink
bump to 0.4.0
Browse files Browse the repository at this point in the history
  • Loading branch information
benoitc committed Jun 30, 2014
1 parent a61e080 commit 59b7bc4
Show file tree
Hide file tree
Showing 3 changed files with 12 additions and 2 deletions.
10 changes: 10 additions & 0 deletions CHANGES
Original file line number Diff line number Diff line change
@@ -1,6 +1,16 @@
Changelog of cowdb
------------------

0.4.0 - 2014/06/30

- rename cowdb:db_info/1 to cowdb:database_info/1
- rename cowdb:lookup/2 to cowdb:mget/2 . cowdb:lookup/2 is still there
but deprecated.
- add cowdb:put/2: allows to pass a K/V tupple
- add cowdb:mput/2: to send multiple PUT at once
- add cowdb:mdelete/2: to send multiple delete at once
- fix types and some typos

0.3.0 - 2014/06/21

- bump cbt version to 1.1.2
Expand Down
2 changes: 1 addition & 1 deletion doc/overview.edoc
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ title CowDB - copy-on-write object database
@author Benoit Chesneau <[email protected]>
[http://refuge.io/]
@copyright 2014 Benoit Chesneau (Apache 2 License)
@version 0.3.0
@version 0.4.0
@title CowDB - Pure Key/Value database for Erlang Applications

@doc CowDB is a Key/Value database for Erlang Applications written in
Expand Down
2 changes: 1 addition & 1 deletion src/cowdb.app.src
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{application, cowdb,
[
{description, "copy-on-write database"},
{vsn, "0.3.0"},
{vsn, "0.4.0"},
{registered, []},
{applications, [
kernel,
Expand Down

0 comments on commit 59b7bc4

Please sign in to comment.