summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorNick Vatamaniuc <vatamane@gmail.com>2021-09-27 16:41:08 -0400
committerNick Vatamaniuc <vatamane@gmail.com>2021-09-27 16:41:08 -0400
commit4d38985c06449956add0bf2f0165e250b491d092 (patch)
tree1f88d9aa98fe986094423d16c8cab0420dc22c0b
parentdd7c26bdedb2ab3ec5ac731336b69a6e5cd64c24 (diff)
downloadcouchdb-bump-3.2-version-and-deps.tar.gz
Bump version to 3.2.0 and update dependenciesbump-3.2-version-and-deps
-rw-r--r--rebar.config.script8
-rw-r--r--rel/reltool.config2
-rw-r--r--version.mk4
3 files changed, 7 insertions, 7 deletions
diff --git a/rebar.config.script b/rebar.config.script
index cbf87e708..7b67a9cf2 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 ed7ef7801..950504141 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 6fceb107a..5bdd8a224 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