diff --git a/CHANGELOG.md b/CHANGELOG.md index 5102941..232d4de 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,18 @@ # Changelog +## 0.34.0 (2024-12-04) + +* Fix two tests that want to write to the current working directory (mr-c) +* add missing supported bsd oses (drizzt) +* Fix column family creation race. (stuhood) +* Allow using static bindgen feature (Congyuwang) +* tests: use tempfile instead of the current working directory (mr-c) +* implement with_capacity for WriteBatch (0xdeafbeef) +* ci: make most directories read-only before running the tests (mr-c) +* More temp directories for tests (mr-c) +* fix(build): add ROCKSDB_SCHED_GETCPU_PRESENT for Linux build config (popcnt1) +* upgrade to RocksDB 9.8.4 (zaidoon1) + ## 0.33.0 (2024-11-01) * upgrade to RocksDB 9.7.4 (zaidoon1) diff --git a/Cargo.toml b/Cargo.toml index 7ad09ef..4fec687 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.33.0" +version = "0.34.0" edition = "2021" rust-version = "1.75.0" authors = [