Skip to content

Commit 4056a3b

Browse files
committed
Release 0.28
1 parent 8025bfb commit 4056a3b

File tree

2 files changed

+6
-1
lines changed

2 files changed

+6
-1
lines changed

CHANGELOG.md

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

3+
## 0.28.0 (2024-07-13)
4+
5+
* Add support for enabling blob cache (exabytes18)
6+
* upgrade to RocksDB 9.4.0 (zaidoon1)
7+
38
## 0.27.1 (2024-07-07)
49

510
* Add block based metadata cache options (zaidoon1)

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

0 commit comments

Comments
 (0)