From 4d38985c06449956add0bf2f0165e250b491d092 Mon Sep 17 00:00:00 2001 From: Nick Vatamaniuc Date: Mon, 27 Sep 2021 16:41:08 -0400 Subject: 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 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 -- cgit v1.2.1