Skip to content

Commit

Permalink
Merge pull request #182 from AlexPikalov/version-1.1.0
Browse files Browse the repository at this point in the history
Create changelog. Bump version 1.1.0
  • Loading branch information
AlexPikalov committed Oct 8, 2017
2 parents eed13c7 + df9e9e4 commit 30c74aa
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 1 deletion.
2 changes: 1 addition & 1 deletion Cargo.toml
@@ -1,6 +1,6 @@
[package]
name = "cdrs"
version = "1.0.1"
version = "1.1.0"
authors = ["Alex Pikalov <alex.pikalov.khar@gmail.com>"]

description = "Cassandra DB driver written in Rust"
Expand Down
8 changes: 8 additions & 0 deletions changelog.md
@@ -0,0 +1,8 @@
### v 1.1.0

* Create `Blob` type. It's a wrapper for `Vec<u8>` which represents Cassandra
blob type.

* Fix full event to simple event mapping.

* Derive `Clone` for `Bytes`

0 comments on commit 30c74aa

Please sign in to comment.