Merge pull request #301 from rust-rocksdb/0.12.2

Updating changelog and Cargo.toml for 0.12.2 release...
master
Jordan Terrell 5 years ago committed by GitHub
commit 6c8e94c959
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
  1. 12
      CHANGELOG.md
  2. 2
      Cargo.toml

@ -1,5 +1,17 @@
# Changelog
## 0.12.2 (2019-05-03)
### Changes
* Updated `compact_range_cf` to use generic arguments (romanz)
* Removed allocations from `SliceTransform` implementation (ekmartin)
* Bumped RocksDB to 5.18.3 (baptistejamin)
* Implemented `delete_range` and `delete_range_cf` (baptistejamin)
* Added contribution guide (rhurkes)
* Cleaned up documentation for `ReadOptions.set_iterate_upper_bound` method (xiaobogaga)
* Added `flush` and `flush_opt` operations (valeriansaliou)
## 0.12.1 (2019-03-27)
### Changes

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

Loading…
Cancel
Save