From c8f3faf1246ae47dc64883493c57582de81d4cb6 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Mon, 2 Dec 2024 00:33:56 +0000 Subject: [PATCH] chore: release v0.4.4 --- CHANGELOG.md | 17 +++++++++++++++++ Cargo.lock | 2 +- Cargo.toml | 2 +- 3 files changed, 19 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 4b2b625..420d39e 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -6,6 +6,23 @@ 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-12-02 + +### Added + +- add dbtext decompression benchmark ([#44](https://github.com/spiraldb/fsst/pull/44)) + +### Other + +- *(deps)* lock file maintenance ([#56](https://github.com/spiraldb/fsst/pull/56)) +- *(deps)* lock file maintenance ([#55](https://github.com/spiraldb/fsst/pull/55)) +- *(deps)* lock file maintenance ([#54](https://github.com/spiraldb/fsst/pull/54)) +- *(deps)* lock file maintenance ([#53](https://github.com/spiraldb/fsst/pull/53)) +- *(deps)* lock file maintenance ([#50](https://github.com/spiraldb/fsst/pull/50)) +- *(deps)* lock file maintenance ([#49](https://github.com/spiraldb/fsst/pull/49)) +- *(deps)* lock file maintenance ([#47](https://github.com/spiraldb/fsst/pull/47)) +- *(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 729270a..79c33d2 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"