Bump version to 0.8.0 to include breaking removal of set_disable_data_sync

master
Tyler Neely 7 years ago
parent 3a02c5cfca
commit 9fa920110a
No known key found for this signature in database
GPG Key ID: 23E6C4FBEAE5E4E3
  1. 6
      CHANGELOG.txt
  2. 2
      Cargo.toml

@ -1,16 +1,18 @@
Changelog Changelog
========= =========
0.8.0 (2017-09-02)
~~~~~~~~~~~~~~~~~~~~
* Removed set_disable_data_sync (glittershark)
0.7.2 (2017-09-02) 0.7.2 (2017-09-02)
~~~~~~~~~~~~~~~~~~~~ ~~~~~~~~~~~~~~~~~~~~
* Bumped rocksdb to 5.6.2 (spacejam) * Bumped rocksdb to 5.6.2 (spacejam)
0.7.1 (2017-08-29) 0.7.1 (2017-08-29)
~~~~~~~~~~~~~~~~~~~~ ~~~~~~~~~~~~~~~~~~~~
* Bumped rocksdb to 5.6.1 (vmx) * Bumped rocksdb to 5.6.1 (vmx)
0.7 (2017-07-26) 0.7 (2017-07-26)
~~~~~~~~~~~~~~~~~~~~ ~~~~~~~~~~~~~~~~~~~~

@ -1,7 +1,7 @@
[package] [package]
name = "rocksdb" name = "rocksdb"
description = "Rust wrapper for Facebook's RocksDB embeddable database" description = "Rust wrapper for Facebook's RocksDB embeddable database"
version = "0.7.2" version = "0.8.0"
authors = ["Tyler Neely <t@jujit.su>", "David Greenberg <dsg123456789@gmail.com>"] authors = ["Tyler Neely <t@jujit.su>", "David Greenberg <dsg123456789@gmail.com>"]
license = "Apache-2.0" license = "Apache-2.0"
keywords = ["database", "embedded", "LSM-tree", "persistence"] keywords = ["database", "embedded", "LSM-tree", "persistence"]

Loading…
Cancel
Save