Skip to content

Commit e855cca

Browse files
committed
Release 0.36.0
1 parent 524d0b1 commit e855cca

File tree

2 files changed

+10
-1
lines changed

2 files changed

+10
-1
lines changed

CHANGELOG.md

+9
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,14 @@
11
# Changelog
22

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+
312
## 0.35.0 (2024-12-17)
413

514
* DB: Implement get_db_identity using rocksdb_get_db_identity (evanj)

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.35.0"
4+
version = "0.36.0"
55
edition = "2021"
66
rust-version = "1.75.0"
77
authors = [

0 commit comments

Comments
 (0)