Skip to content

Commit

Permalink
Merge pull request #38 from Metaswitch/bump-to-0.11.0
Browse files Browse the repository at this point in the history
Bump to 0.11.0.
  • Loading branch information
kw217 committed Apr 26, 2018
2 parents 7b65038 + 3f6b119 commit 9a162e6
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion CHANGELOG.md
@@ -1,4 +1,4 @@
## 0.11.0 (unreleased)
## 0.11.0 (2018-04-26)

* Remove the `AsInet` and `FromInet` traits, replacing them with suitable implementations of `From`.
* Fixed buggy IPv6 conversions.
Expand Down
2 changes: 1 addition & 1 deletion Cargo.toml
Expand Up @@ -8,7 +8,7 @@ keywords = [ "Cassandra", "binding", "CQL", "client", "database" ]
categories = [ "api-bindings", "database", "external-ffi-bindings", "asynchronous" ]
license = "Apache-2.0"
name = "cassandra-cpp"
version = "0.10.2"
version = "0.11.0"
authors = ["Tupshin Harper <tupshin@tupshin.com>", "Keith Wansbrough <Keith.Wansbrough@metaswitch.com>"]
build = "build.rs"

Expand Down
2 changes: 1 addition & 1 deletion README.md
Expand Up @@ -19,7 +19,7 @@ You can use this crate from cargo with

```toml
[dependencies]
cassandra-cpp = "0.10"
cassandra-cpp = "0.11"
```

For this crate to work, you must first have installed the datastax-cpp driver.
Expand Down

0 comments on commit 9a162e6

Please sign in to comment.