Skip to content

Commit 39ff2a4

Browse files
committed
Release 0.29.0
1 parent f9facd3 commit 39ff2a4

File tree

2 files changed

+8
-1
lines changed

2 files changed

+8
-1
lines changed

CHANGELOG.md

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,12 @@
11
# Changelog
22

3+
## 0.29.0 (2024-08-21)
4+
5+
* Implement Sync for BoundColumnFamily (jhpratt)
6+
* use the provided system rocksdb prebuilt on freebsd (girlbossceo)
7+
* TransactionDB support in MemoryUsageBuilder (4TT1L4)
8+
* upgrade to RocksDB 9.5.2 (zaidoon1)
9+
310
## 0.28.1 (2024-07-26)
411

512
* allow unprefixed musl jemalloc targets (girlbossceo)

Cargo.toml

Lines changed: 1 addition & 1 deletion
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.28.1"
4+
version = "0.29.0"
55
edition = "2021"
66
rust-version = "1.75.0"
77
authors = [

0 commit comments

Comments
 (0)