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 2021/09/27 20:41:51 UTC

[couchdb] branch bump-3.2-version-and-deps created (now 4d38985)

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

vatamane pushed a change to branch bump-3.2-version-and-deps
in repository https://gitbox.apache.org/repos/asf/couchdb.git.


      at 4d38985  Bump version to 3.2.0 and update dependencies

This branch includes the following new commits:

     new 4d38985  Bump version to 3.2.0 and update dependencies

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 version to 3.2.0 and update dependencies

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

vatamane pushed a commit to branch bump-3.2-version-and-deps
in repository https://gitbox.apache.org/repos/asf/couchdb.git

commit 4d38985c06449956add0bf2f0165e250b491d092
Author: Nick Vatamaniuc <va...@gmail.com>
AuthorDate: Mon Sep 27 16:41:08 2021 -0400

    Bump version to 3.2.0 and update dependencies
---
 rebar.config.script | 8 ++++----
 rel/reltool.config  | 2 +-
 version.mk          | 4 ++--
 3 files changed, 7 insertions(+), 7 deletions(-)

diff --git a/rebar.config.script b/rebar.config.script
index cbf87e7..7b67a9c 100644
--- a/rebar.config.script
+++ b/rebar.config.script
@@ -154,9 +154,9 @@ DepDescs = [
 
 %% Non-Erlang deps
 {docs,             {url, "https://github.com/apache/couchdb-documentation"},
-                   {tag, "3.1.1-RC2"}, [raw]},
+                   {tag, "3.2.0-RC1"}, [raw]},
 {fauxton,          {url, "https://github.com/apache/couchdb-fauxton"},
-                   {tag, "v1.2.6"}, [raw]},
+                   {tag, "v1.2.7"}, [raw]},
 %% Third party deps
 {folsom,           "folsom",           {tag, "CouchDB-0.8.4"}},
 {hyper,            "hyper",            {tag, "CouchDB-2.2.0-7"}},
@@ -164,14 +164,14 @@ DepDescs = [
 {jiffy,            "jiffy",            {tag, "CouchDB-1.0.5-1"}},
 {mochiweb,         "mochiweb",         {tag, "CouchDB-v2.21.0-1"}},
 {meck,             "meck",             {tag, "0.9.2"}},
-{recon,            "recon",            {tag, "2.5.0"}}
+{recon,            "recon",            {tag, "2.5.2"}}
 ].
 
 WithProper = lists:keyfind(with_proper, 1, CouchConfig) == {with_proper, true}.
 
 OptionalDeps = case WithProper of
     true ->
-        [{proper, {url, "https://github.com/proper-testing/proper"}, {tag, "v1.3"}}];
+        [{proper, {url, "https://github.com/proper-testing/proper"}, {tag, "v1.4"}}];
     false ->
         []
 end.
diff --git a/rel/reltool.config b/rel/reltool.config
index ed7ef78..9505041 100644
--- a/rel/reltool.config
+++ b/rel/reltool.config
@@ -12,7 +12,7 @@
 
 {sys, [
     {lib_dirs, ["../src"]},
-    {rel, "couchdb", "3.1.1", [
+    {rel, "couchdb", "3.2.0", [
         %% stdlib
         asn1,
         compiler,
diff --git a/version.mk b/version.mk
index 6fceb10..5bdd8a2 100644
--- a/version.mk
+++ b/version.mk
@@ -1,3 +1,3 @@
 vsn_major=3
-vsn_minor=1
-vsn_patch=1
+vsn_minor=2
+vsn_patch=0