diff --git a/CHANGELOG.md b/CHANGELOG.md index 4b2b625..fcdc392 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -6,6 +6,16 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 ## [Unreleased] +## [0.4.4](https://github.com/spiraldb/fsst/compare/v0.4.3...v0.4.4) - 2024-10-14 + +### Added + +- add dbtext decompression benchmark ([#44](https://github.com/spiraldb/fsst/pull/44)) + +### Other + +- *(deps)* lock file maintenance ([#46](https://github.com/spiraldb/fsst/pull/46)) + ## [0.4.3](https://github.com/spiraldb/fsst/compare/v0.4.2...v0.4.3) - 2024-10-03 ### Added diff --git a/Cargo.lock b/Cargo.lock index 25f9067..b166738 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -213,7 +213,7 @@ checksum = "60b1af1c220855b6ceac025d3f6ecdd2b7c4894bfe9cd9bda4fbb4bc7c0d4cf0" [[package]] name = "fsst-rs" -version = "0.4.3" +version = "0.4.4" dependencies = [ "criterion", "curl", diff --git a/Cargo.toml b/Cargo.toml index dfac07e..e5835ff 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "fsst-rs" -version = "0.4.3" +version = "0.4.4" description = "Pure-Rust implementation of Fast Static Symbol Tables algorithm for string compression" authors = ["SpiralDB Developers "] license = "Apache-2.0"