diff --git a/CHANGELOG.md b/CHANGELOG.md index 116b083..209b969 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,14 @@ # Changelog +## 0.36.0 (2025-01-03) + +* Fix some typos (DeVikingMark) +* chore: fix multiple typos of different importance (crStiv) +* feat: allow to set per cf ttl (0xdeafbeef) +* Fix some typos (teenager-ETH) +* Fix future clippy warnings (niklasf) +* upgrade to RocksDB 9.10.0 (zaidoon1) + ## 0.35.0 (2024-12-17) * DB: Implement get_db_identity using rocksdb_get_db_identity (evanj) @@ -60,7 +69,6 @@ * feat: Properties for TransactionDB #899 (4TT1L4) * Improvements to user defined timestamp (larry0x) - ## 0.28.0 (2024-07-13) * Add support for enabling blob cache (exabytes18) diff --git a/Cargo.toml b/Cargo.toml index 2de2f98..88ad077 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,7 +1,7 @@ [package] name = "rust-rocksdb" description = "Rust wrapper for Facebook's RocksDB embeddable database" -version = "0.35.0" +version = "0.36.0" edition = "2021" rust-version = "1.75.0" authors = [