Skip to content

Commit 024f232

Browse files
chore: release v0.4.2 (#34)
## πŸ€– New release * `fsst-rs`: 0.4.1 -> 0.4.2 (βœ“ API compatible changes) <details><summary><i><b>Changelog</b></i></summary><p> <blockquote> ## [0.4.2](v0.4.1...v0.4.2) - 2024-09-17 ### Fixed - search for first non-empty chunk ([#35](#35)) - docs first3 ([#33](#33)) ### Other - Assertion should allow empty compression ([#36](#36)) </blockquote> </p></details> --- This PR was generated with [release-plz](https://github.com/MarcoIeni/release-plz/). Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
1 parent 3b9e804 commit 024f232

File tree

3 files changed

+13
-2
lines changed

3 files changed

+13
-2
lines changed

β€ŽCHANGELOG.mdβ€Ž

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

77
## [Unreleased]
88

9+
## [0.4.2](https://github.com/spiraldb/fsst/compare/v0.4.1...v0.4.2) - 2024-09-17
10+
11+
### Fixed
12+
13+
- search for first non-empty chunk ([#35](https://github.com/spiraldb/fsst/pull/35))
14+
- docs first3 ([#33](https://github.com/spiraldb/fsst/pull/33))
15+
16+
### Other
17+
18+
- Assertion should allow empty compression ([#36](https://github.com/spiraldb/fsst/pull/36))
19+
920
## [0.4.1](https://github.com/spiraldb/fsst/compare/v0.4.0...v0.4.1) - 2024-09-12
1021

1122
### 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.4.1"
3+
version = "0.4.2"
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)