Merge pull request #317 from aleksuss/release-0-12-3

Release 0.12.3
master
Oleksandr Anyshchenko 5 years ago committed by GitHub
commit 481f8005d1
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
  1. 6
      CHANGELOG.md
  2. 2
      Cargo.toml

@ -2,9 +2,13 @@
## Unreleased
### Changes
### 0.12.3 (2019-07-19)
* Enabled sse4.2/pclmul for accelerated crc32c (yjh0502)
* Added `set_db_write_buffer_size` to the Options API (rnarubin)
* Bumped RocksDB to 6.1.2 (lispy)
* Added `Sync` and `Send` implementations to `Snapshot` (pavel-mukhanov)
* Added `raw_iterator_cf_opt` to the DB API (rnarubin)
## 0.12.2 (2019-05-03)

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

Loading…
Cancel
Save