From 59b7bc4fb99edd5f186c794bc4770fcb5b5e42c1 Mon Sep 17 00:00:00 2001 From: benoitc Date: Mon, 30 Jun 2014 08:15:02 +0200 Subject: [PATCH] bump to 0.4.0 --- CHANGES | 10 ++++++++++ doc/overview.edoc | 2 +- src/cowdb.app.src | 2 +- 3 files changed, 12 insertions(+), 2 deletions(-) diff --git a/CHANGES b/CHANGES index 2327bfb..d76407d 100644 --- a/CHANGES +++ b/CHANGES @@ -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 diff --git a/doc/overview.edoc b/doc/overview.edoc index e42cb4c..409a85b 100644 --- a/doc/overview.edoc +++ b/doc/overview.edoc @@ -2,7 +2,7 @@ title CowDB - copy-on-write object database @author Benoit Chesneau [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 diff --git a/src/cowdb.app.src b/src/cowdb.app.src index 8d96185..5108840 100644 --- a/src/cowdb.app.src +++ b/src/cowdb.app.src @@ -1,7 +1,7 @@ {application, cowdb, [ {description, "copy-on-write database"}, - {vsn, "0.3.0"}, + {vsn, "0.4.0"}, {registered, []}, {applications, [ kernel,