Skip to content

Commit bc72b5e

Browse files
committed
Downgrade cpp-driver to 2.17.0
1 parent 2703512 commit bc72b5e

File tree

3 files changed

+6
-2
lines changed

3 files changed

+6
-2
lines changed

CHANGELOG.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,9 @@
11
### Changelog:
22

3+
##### v4.1.3
4+
5+
- Downgrade to cpp-driver v2.17.0 because of https://datastax-oss.atlassian.net/jira/software/c/projects/CPP/issues/CPP-995
6+
37
##### v4.1.2
48

59
- Upgrade cpp-driver to v2.17.1

rebar.config

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
{pre_hooks, [{"(linux|darwin)", compile, "make nif_compile CPP_DRIVER_REV=2.17.1"}]}.
1+
{pre_hooks, [{"(linux|darwin)", compile, "make nif_compile CPP_DRIVER_REV=2.17.0"}]}.
22
{post_hooks, [{"(linux|darwin)", clean, "make nif_clean"}]}.
33

44
{project_plugins, [rebar3_hex]}.

src/erlcass.app.src

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
{description, "ErlCass - Erlang Cassandra Driver"},
33
{licenses, ["MIT"]},
44
{links,[{"Github","https://github.com/silviucpp/erlcass"}]},
5-
{vsn, "4.1.2"},
5+
{vsn, "4.1.3"},
66
{registered, []},
77
{applications, [
88
kernel,

0 commit comments

Comments
 (0)