Skip to content

Commit

Permalink
Release 0.31.0
Browse files Browse the repository at this point in the history
  • Loading branch information
zaidoon1 committed Oct 16, 2024
1 parent 302f561 commit 63f7911
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 1 deletion.
8 changes: 8 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,13 @@
# Changelog

## 0.31.0 (2024-10-16)

* Expose LRU cache options (athre0z)
* add Env::from_raw constructor (jgraettinger)
* Fix unsoundness via impure AsRef (niklasf)
* Allow setting logging callback (jevolk)
* upgrade to RocksDB 9.7.2 (zaidoon1)

## 0.30.0 (2024-09-06)

* Improve statistics by auto gen enum Ticker & enum Histogram (rockeet)
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.30.0"
version = "0.31.0"
edition = "2021"
rust-version = "1.75.0"
authors = [
Expand Down

0 comments on commit 63f7911

Please sign in to comment.