We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 524d0b1 commit e855ccaCopy full SHA for e855cca
CHANGELOG.md
@@ -1,5 +1,14 @@
1
# Changelog
2
3
+## 0.36.0 (2025-01-03)
4
+
5
+* Fix some typos (DeVikingMark)
6
+* chore: fix multiple typos of different importance (crStiv)
7
+* feat: allow to set per cf ttl (0xdeafbeef)
8
+* Fix some typos (teenager-ETH)
9
+* Fix future clippy warnings (niklasf)
10
+* upgrade to RocksDB 9.10.0 (zaidoon1)
11
12
## 0.35.0 (2024-12-17)
13
14
* DB: Implement get_db_identity using rocksdb_get_db_identity (evanj)
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 = [
0 commit comments