Release 0.12.3

master
Oleksandr Anyshchenko 5 years ago
parent d06d91bd2b
commit d69d1bcd2e
  1. 5
      CHANGELOG.md
  2. 2
      Cargo.toml

@ -2,8 +2,11 @@
## 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)
## 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