Skip to content

Commit 4087069

Browse files
committed
Update README and miscellaneous files in preparation of 3.2.0 release
1 parent a242341 commit 4087069

File tree

4 files changed

+8
-6
lines changed

4 files changed

+8
-6
lines changed

Diff for: Gemfile.lock

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
PATH
22
remote: .
33
specs:
4-
cassandra-driver (3.1.1.rc.1)
4+
cassandra-driver (3.2.0)
55
ione (~> 1.2)
66

77
GEM

Diff for: README.md

+4-4
Original file line numberDiff line numberDiff line change
@@ -100,7 +100,7 @@ __Note__: if you want to use compression you should also install [snappy](http:/
100100

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

106106
If you are upgrading to DataStax Enterprise, use the [Ruby DSE driver](https://github.com/datastax/ruby-dse-driver.git)
@@ -109,7 +109,7 @@ for more features and better compatibility.
109109
## What's new in v3.2
110110
This minor release adds support for MRI 2.4.x and also contains a few miscellaneous defect fixes.
111111

112-
See the [changelog](https://github.com/datastax/ruby-driver/blob/master/CHANGELOG.md) for more information on all
112+
See the [changelog](https://github.com/datastax/ruby-driver/blob/v3.2.0/CHANGELOG.md) for more information on all
113113
changes in this version and past versions.
114114

115115
## What's new in v3.1
@@ -177,7 +177,7 @@ examples in the `features/` directory.
177177
## Running tests
178178

179179
If you don't feel like reading through the following instructions on how to run
180-
ruby-driver tests, feel free to [check out .travis.yml for the entire build code](https://github.com/datastax/ruby-driver/blob/master/.travis.yml).
180+
ruby-driver tests, feel free to [check out .travis.yml for the entire build code](https://github.com/datastax/ruby-driver/blob/v3.2.0/.travis.yml).
181181

182182
* Check out the driver codebase and install test dependencies:
183183

@@ -201,7 +201,7 @@ CASSANDRA_VERSION=2.1.12 bundle exec rake test # run both as well as integration
201201
## Changelog & versioning
202202

203203
Check out the [releases on GitHub](https://github.com/datastax/ruby-driver/releases) and
204-
[changelog](https://github.com/datastax/ruby-driver/blob/master/CHANGELOG.md). Version
204+
[changelog](https://github.com/datastax/ruby-driver/blob/v3.2.0/CHANGELOG.md). Version
205205
numbering follows the [semantic versioning](http://semver.org/) scheme.
206206

207207
Private and experimental APIs, defined as whatever is not in the

Diff for: docs.yaml

+2
Original file line numberDiff line numberDiff line change
@@ -41,6 +41,8 @@ links:
4141
- title: Releases
4242
href: https://github.com/datastax/ruby-driver/releases
4343
versions:
44+
- name: 3.2
45+
ref: v3.2.0
4446
- name: 3.1
4547
ref: v3.1.0
4648
- name: 3.0

Diff for: lib/cassandra/version.rb

+1-1
Original file line numberDiff line numberDiff line change
@@ -17,5 +17,5 @@
1717
#++
1818

1919
module Cassandra
20-
VERSION = '3.1.1.rc.1'.freeze
20+
VERSION = '3.2.0'.freeze
2121
end

0 commit comments

Comments
 (0)