We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent a256738 commit 091d9ccCopy full SHA for 091d9cc
CHANGELOG.md
@@ -1,5 +1,10 @@
1
# Changelog
2
3
+## 0.31.0 (2024-10-23)
4
+
5
+* Decrement refcount after registering info loggers (jevolk)
6
+* upgrade to RocksDB 9.7.3 (zaidoon1)
7
8
## 0.31.0 (2024-10-16)
9
10
* Expose LRU cache options (athre0z)
Cargo.toml
@@ -1,7 +1,7 @@
[package]
name = "rust-rocksdb"
description = "Rust wrapper for Facebook's RocksDB embeddable database"
-version = "0.31.0"
+version = "0.32.0"
edition = "2021"
rust-version = "1.75.0"
authors = [
0 commit comments