Skip to content

Commit bf50543

Browse files
committedNov 1, 2024
Release 0.33.0
1 parent 6dad602 commit bf50543

File tree

2 files changed

+6
-2
lines changed

2 files changed

+6
-2
lines changed
 

‎CHANGELOG.md

+5-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,10 @@
11
# Changelog
22

3-
## 0.31.0 (2024-10-23)
3+
## 0.33.0 (2024-11-01)
4+
5+
* upgrade to RocksDB 9.7.4 (zaidoon1)
6+
7+
## 0.32.0 (2024-10-23)
48

59
* Decrement refcount after registering info loggers (jevolk)
610
* upgrade to RocksDB 9.7.3 (zaidoon1)

‎Cargo.toml

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
[package]
22
name = "rust-rocksdb"
33
description = "Rust wrapper for Facebook's RocksDB embeddable database"
4-
version = "0.32.0"
4+
version = "0.33.0"
55
edition = "2021"
66
rust-version = "1.75.0"
77
authors = [

0 commit comments

Comments
 (0)