Skip to content

Commit df155c3

Browse files
author
Bulat Shakirzyanov
committed
Merge branch 'hotfix-2.1.3'
2 parents 72dedbb + 53d7889 commit df155c3

File tree

4 files changed

+5
-5
lines changed

4 files changed

+5
-5
lines changed

Gemfile.lock

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
PATH
22
remote: .
33
specs:
4-
cassandra-driver (2.1.2)
4+
cassandra-driver (2.1.3)
55
ione (~> 1.2)
66

77
GEM

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -91,7 +91,7 @@ __Note__: if you want to use compression you should also install [snappy](http:/
9191

9292
Some of the new features added to the driver have unfortunately led to changes in the original cql-rb API. In the examples directory, you can find [an example of how to wrap the ruby driver to achieve almost complete interface parity with cql-rb](https://github.com/datastax/ruby-driver/blob/master/examples/cql-rb-wrapper.rb) to assist you with gradual upgrade.
9393

94-
## What's new in v2.1.2
94+
## What's new in v2.1.3
9595

9696
Features:
9797

docs.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -29,8 +29,8 @@ links:
2929
- title: Releases
3030
href: https://github.com/datastax/ruby-driver/releases
3131
versions:
32-
- name: v2.1.2
33-
ref: c01dc23bbceabe17c951726103474cbfa58d3c6e
32+
- name: v2.1.3
33+
ref: c93eac55227e1d188d863d53bf5a90df95264dba
3434
- name: v2.0.1
3535
ref: 80cab0ad188511ec16eb39111c0b67329c754729
3636
- name: v1.2.0

lib/cassandra/version.rb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,5 +17,5 @@
1717
#++
1818

1919
module Cassandra
20-
VERSION = '2.1.2'.freeze
20+
VERSION = '2.1.3'.freeze
2121
end

0 commit comments

Comments
 (0)