From d7e05e75dd0029cb54ea6bd76cc267ca52c16ec2 Mon Sep 17 00:00:00 2001 From: Zaidoon Abd Al Hadi Date: Fri, 26 Jul 2024 18:12:38 -0400 Subject: [PATCH] Release 0.28.1 --- CHANGELOG.md | 11 +++++++++++ Cargo.toml | 4 ++-- librocksdb-sys/Cargo.toml | 2 +- 3 files changed, 14 insertions(+), 3 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 1bf94cf..a918f0d 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,16 @@ # Changelog +## 0.28.1 (2024-07-26) + +* allow unprefixed musl jemalloc targets (girlbossceo) +* bump tikv-jemalloc-sys to 0.6 (girlbossceo) +* fix: android build in 32-bit devices (LucasXu0) +* Support user defined timestamp in rust bindings (siyuan0322) +* Bump lz4 1.10 (agourlay) +* 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) diff --git a/Cargo.toml b/Cargo.toml index 570224f..fe2be02 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,7 +1,7 @@ [package] name = "rust-rocksdb" description = "Rust wrapper for Facebook's RocksDB embeddable database" -version = "0.28.0" +version = "0.28.1" edition = "2021" rust-version = "1.75.0" authors = [ @@ -37,7 +37,7 @@ zstd-static-linking-only = ["rust-librocksdb-sys/zstd-static-linking-only"] [dependencies] libc = "0.2" -rust-librocksdb-sys = { path = "librocksdb-sys", version = "0.24.0" } +rust-librocksdb-sys = { path = "librocksdb-sys", version = "0.24.1" } serde = { version = "1", features = ["derive"], optional = true } [dev-dependencies] diff --git a/librocksdb-sys/Cargo.toml b/librocksdb-sys/Cargo.toml index beb77b7..557326e 100644 --- a/librocksdb-sys/Cargo.toml +++ b/librocksdb-sys/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "rust-librocksdb-sys" -version = "0.24.0+9.4.0" +version = "0.24.1+9.4.0" edition = "2021" rust-version = "1.75.0" authors = [