Skip to content

Commit

Permalink
Release 0.29.0
Browse files Browse the repository at this point in the history
  • Loading branch information
zaidoon1 committed Aug 21, 2024
1 parent f9facd3 commit 6fe9ba6
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 1 deletion.
7 changes: 7 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,12 @@
# Changelog

## 0.29.0 (2024-08-21)

* Implement Sync for BoundColumnFamily (jhpratt)
* use the provided system rocksdb prebuilt on freebsd (girlbossceo)
* TransactionDB support in MemoryUsageBuilder (4TT1L4)
* upgrade to RocksDB 9.5.2 (zaidoon1)

## 0.28.1 (2024-07-26)

* allow unprefixed musl jemalloc targets (girlbossceo)
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.28.1"
version = "0.29.0"
edition = "2021"
rust-version = "1.75.0"
authors = [
Expand Down

0 comments on commit 6fe9ba6

Please sign in to comment.