Skip to content

Commit

Permalink
Release 0.28.1
Browse files Browse the repository at this point in the history
  • Loading branch information
zaidoon1 committed Jul 27, 2024
1 parent 87063fc commit d7e05e7
Show file tree
Hide file tree
Showing 3 changed files with 14 additions and 3 deletions.
11 changes: 11 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -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)
Expand Down
4 changes: 2 additions & 2 deletions 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.0"
version = "0.28.1"
edition = "2021"
rust-version = "1.75.0"
authors = [
Expand Down Expand Up @@ -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]
Expand Down
2 changes: 1 addition & 1 deletion librocksdb-sys/Cargo.toml
Original file line number Diff line number Diff line change
@@ -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 = [
Expand Down

0 comments on commit d7e05e7

Please sign in to comment.