Skip to content

Commit

Permalink
Release 0.36.0
Browse files Browse the repository at this point in the history
  • Loading branch information
zaidoon1 committed Jan 4, 2025
1 parent 524d0b1 commit c56bd91
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 2 deletions.
10 changes: 9 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -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)
Expand Down Expand Up @@ -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)
Expand Down
2 changes: 1 addition & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
@@ -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 = [
Expand Down

0 comments on commit c56bd91

Please sign in to comment.