From 9fa920110abdfb99267061a4e261a5518e2a8f2e Mon Sep 17 00:00:00 2001 From: Tyler Neely Date: Sat, 2 Sep 2017 12:35:23 +0200 Subject: [PATCH] Bump version to 0.8.0 to include breaking removal of set_disable_data_sync --- CHANGELOG.txt | 6 ++++-- Cargo.toml | 2 +- 2 files changed, 5 insertions(+), 3 deletions(-) diff --git a/CHANGELOG.txt b/CHANGELOG.txt index db1c3aa..b4822e3 100644 --- a/CHANGELOG.txt +++ b/CHANGELOG.txt @@ -1,16 +1,18 @@ Changelog ========= +0.8.0 (2017-09-02) +~~~~~~~~~~~~~~~~~~~~ + * Removed set_disable_data_sync (glittershark) + 0.7.2 (2017-09-02) ~~~~~~~~~~~~~~~~~~~~ * Bumped rocksdb to 5.6.2 (spacejam) - 0.7.1 (2017-08-29) ~~~~~~~~~~~~~~~~~~~~ * Bumped rocksdb to 5.6.1 (vmx) - 0.7 (2017-07-26) ~~~~~~~~~~~~~~~~~~~~ diff --git a/Cargo.toml b/Cargo.toml index 77058ef..fb948d7 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,7 +1,7 @@ [package] name = "rocksdb" description = "Rust wrapper for Facebook's RocksDB embeddable database" -version = "0.7.2" +version = "0.8.0" authors = ["Tyler Neely ", "David Greenberg "] license = "Apache-2.0" keywords = ["database", "embedded", "LSM-tree", "persistence"]