Skip to content

Commit 63f7911

Browse files
committed
Release 0.31.0
1 parent 302f561 commit 63f7911

File tree

2 files changed

+9
-1
lines changed

2 files changed

+9
-1
lines changed

CHANGELOG.md

+8
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,13 @@
11
# Changelog
22

3+
## 0.31.0 (2024-10-16)
4+
5+
* Expose LRU cache options (athre0z)
6+
* add Env::from_raw constructor (jgraettinger)
7+
* Fix unsoundness via impure AsRef (niklasf)
8+
* Allow setting logging callback (jevolk)
9+
* upgrade to RocksDB 9.7.2 (zaidoon1)
10+
311
## 0.30.0 (2024-09-06)
412

513
* Improve statistics by auto gen enum Ticker & enum Histogram (rockeet)

Cargo.toml

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
[package]
22
name = "rust-rocksdb"
33
description = "Rust wrapper for Facebook's RocksDB embeddable database"
4-
version = "0.30.0"
4+
version = "0.31.0"
55
edition = "2021"
66
rust-version = "1.75.0"
77
authors = [

0 commit comments

Comments
 (0)