Skip to content

Commit 20b4067

Browse files
chore: release v0.5.5 (#134)
## πŸ€– New release * `fsst-rs`: 0.5.4 -> 0.5.5 (βœ“ API compatible changes) <details><summary><i><b>Changelog</b></i></summary><p> <blockquote> ## [0.5.5](v0.5.4...v0.5.5) - 2025-10-22 ### Other - Add Hash/Eq to FSST symbol ([#137](#137)) - *(deps)* update codspeedhq/action digest to c6574d0 ([#135](#135)) - *(deps)* update codspeedhq/action digest to 7a5b8b0 ([#132](#132)) - *(deps)* update marcoieni/release-plz-action digest to d529f73 ([#133](#133)) </blockquote> </p></details> --- This PR was generated with [release-plz](https://github.com/release-plz/release-plz/). Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
1 parent 7791b03 commit 20b4067

File tree

3 files changed

+11
-2
lines changed

3 files changed

+11
-2
lines changed

β€ŽCHANGELOG.mdβ€Ž

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,15 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
66

77
## [Unreleased]
88

9+
## [0.5.5](https://github.com/spiraldb/fsst/compare/v0.5.4...v0.5.5) - 2025-10-22
10+
11+
### Other
12+
13+
- Add Hash/Eq to FSST symbol ([#137](https://github.com/spiraldb/fsst/pull/137))
14+
- *(deps)* update codspeedhq/action digest to c6574d0 ([#135](https://github.com/spiraldb/fsst/pull/135))
15+
- *(deps)* update codspeedhq/action digest to 7a5b8b0 ([#132](https://github.com/spiraldb/fsst/pull/132))
16+
- *(deps)* update marcoieni/release-plz-action digest to d529f73 ([#133](https://github.com/spiraldb/fsst/pull/133))
17+
918
## [0.5.4](https://github.com/spiraldb/fsst/compare/v0.5.3...v0.5.4) - 2025-10-06
1019

1120
### Other

β€ŽCargo.lockβ€Ž

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

β€ŽCargo.tomlβ€Ž

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "fsst-rs"
3-
version = "0.5.4"
3+
version = "0.5.5"
44
description = "Pure-Rust implementation of Fast Static Symbol Tables algorithm for string compression"
55
authors = ["SpiralDB Developers <[email protected]>"]
66
license = "Apache-2.0"

0 commit comments

Comments
Β (0)