You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@couchdb.apache.org by va...@apache.org on 2020/06/12 17:37:09 UTC

[couchdb] branch bump-erlfdb-to-v1.2.2 created (now 4a08cf4)

This is an automated email from the ASF dual-hosted git repository.

vatamane pushed a change to branch bump-erlfdb-to-v1.2.2
in repository https://gitbox.apache.org/repos/asf/couchdb.git.


      at 4a08cf4  Bump erlfdb to v1.2.2

This branch includes the following new commits:

     new 4a08cf4  Bump erlfdb to v1.2.2

The 1 revisions listed above as "new" are entirely new to this
repository and will be described in separate emails.  The revisions
listed as "add" were already present in the repository and have only
been added to this reference.



[couchdb] 01/01: Bump erlfdb to v1.2.2

Posted by va...@apache.org.
This is an automated email from the ASF dual-hosted git repository.

vatamane pushed a commit to branch bump-erlfdb-to-v1.2.2
in repository https://gitbox.apache.org/repos/asf/couchdb.git

commit 4a08cf41f8a504e722286cd2b39f54a8340c524f
Author: Nick Vatamaniuc <va...@apache.org>
AuthorDate: Fri Jun 12 13:35:57 2020 -0400

    Bump erlfdb to v1.2.2
    
    https://github.com/apache/couchdb-erlfdb/releases/tag/v1.2.2
---
 rebar.config.script | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/rebar.config.script b/rebar.config.script
index c145566..caf6913 100644
--- a/rebar.config.script
+++ b/rebar.config.script
@@ -152,7 +152,7 @@ DepDescs = [
 %% Independent Apps
 {config,           "config",           {tag, "2.1.7"}},
 {b64url,           "b64url",           {tag, "1.0.2"}},
-{erlfdb,           "erlfdb",           {tag, "v1.2.1"}},
+{erlfdb,           "erlfdb",           {tag, "v1.2.2"}},
 {ets_lru,          "ets-lru",          {tag, "1.1.0"}},
 {khash,            "khash",            {tag, "1.1.0"}},
 {snappy,           "snappy",           {tag, "CouchDB-1.0.4"}},