Skip to content

Commit

Permalink
Merge pull request #12 from Metaswitch/release-0.11.0
Browse files Browse the repository at this point in the history
Bump version to 0.11.0 and update history.
  • Loading branch information
kw217 committed Sep 11, 2017
2 parents 7fc52e2 + dba5303 commit 0cdcfe9
Show file tree
Hide file tree
Showing 2 changed files with 22 additions and 3 deletions.
2 changes: 1 addition & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ keywords = ["Cassandra", "binding", "CQL", "client", "database" ]
categories = [ "api-bindings", "database", "external-ffi-bindings" ]
license = "Apache-2.0"
name = "cassandra-cpp-sys"
version = "0.10.0"
version = "0.11.0"
authors = ["Tupshin Harper <tupshin@tupshin.com>", "Keith Wansbrough <Keith.Wansbrough@metaswitch.com>"]
build = "build.rs"

Expand Down
23 changes: 21 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ You can use this crate from cargo with

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

## License
Expand Down Expand Up @@ -68,12 +68,31 @@ The autogenerated code is formatted with `rustfmt`.

This project was forked from [cassandra-sys](https://github.com/tupshin/cassandra-sys-rs), which was no longer being maintained.

### 0.11.0 (2017-09-11)

## Historical note regarding version 0.9.0
- Regenerate using latest bindgen. Some type incompatibilities are possible, so bumping version as a precaution.

### 0.10.0 (2017-08-02)

- Remove extraneous dependencies (e.g., log).
- Move examples to be proper examples.
- Remove use of error-chain; this is inappropriate for a -sys crate.
- Fix some warnings.
- Correct names of `cass_error_result_received`/`_required`.

### Historical note regarding version 0.9.0

At one point some development was done on preparing a version 0.9.0
using a newer version of bindgen, but the work was not completed or released. See the
[version-0.9](https://github.com/Metaswitch/cassandra-sys-rs/tree/version-0.9) branch
to follow that development. In due course this may be merged to master, but for the moment we recommend you use the
released versions.

### 0.8.8 (2017-06-29)

- Fork crate.
- Remove unused method `cass_cluster_set_queue_size_log`.

### 0.8.7 (2016-12-15)

- (Pre-fork version.)

0 comments on commit 0cdcfe9

Please sign in to comment.