Skip to content

Commit

Permalink
Release 0.27.1
Browse files Browse the repository at this point in the history
  • Loading branch information
zaidoon1 committed Jul 7, 2024
1 parent 4ce943f commit db1ba33
Show file tree
Hide file tree
Showing 3 changed files with 10 additions and 3 deletions.
7 changes: 7 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,12 @@
# Changelog

## 0.27.1 (2024-07-07)

* Add block based metadata cache options (zaidoon1)
* add feature flag to enable ZSTD_STATIC_LINKING_ONLY (zaidoon1)
* fix stats comments (zaidoon1)
* enable experimental feature in zstd-sys (zaidoon1)

## 0.27.0 (2024-06-29)

* Add option set_avoid_unnecessary_blocking_io (w41ter)
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.27.0"
version = "0.27.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.23.0" }
rust-librocksdb-sys = { path = "librocksdb-sys", version = "0.23.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.23.0+9.3.1"
version = "0.23.1+9.3.1"
edition = "2021"
rust-version = "1.75.0"
authors = [
Expand Down

0 comments on commit db1ba33

Please sign in to comment.