Skip to content

Commit 655f712

Browse files
chore: release v0.5.0 (#65)
## 🤖 New release * `fsst-rs`: 0.4.4 -> 0.5.0 (⚠️ API breaking changes) ### ⚠️ `fsst-rs` breaking changes ``` --- failure inherent_method_unsafe_added: pub method became unsafe --- Description: A publicly-visible method or associated fn became `unsafe`, so calling it now requires an `unsafe` block. ref: https://doc.rust-lang.org/book/ch19-01-unsafe-rust.html#calling-an-unsafe-function-or-method impl: https://github.com/obi1kenobi/cargo-semver-checks/tree/v0.38.0/src/lints/inherent_method_unsafe_added.ron Failed in: Decompressor::decompress_into in /tmp/.tmp4jgDWL/fsst/src/lib.rs:290 ``` <details><summary><i><b>Changelog</b></i></summary><p> <blockquote> ## [0.5.0](v0.4.4...v0.5.0) - 2025-01-31 ### Added - allow specifying exact size of decompress buffer (#70) </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 0f08134 commit 655f712

File tree

3 files changed

+8
-2
lines changed

3 files changed

+8
-2
lines changed

CHANGELOG.md

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

77
## [Unreleased]
88

9+
## [0.5.0](https://github.com/spiraldb/fsst/compare/v0.4.4...v0.5.0) - 2025-01-31
10+
11+
### Added
12+
13+
- allow specifying exact size of decompress buffer (#70)
14+
915
## [0.4.4](https://github.com/spiraldb/fsst/compare/v0.4.3...v0.4.4) - 2024-12-30
1016

1117
### Added

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.4"
3+
version = "0.5.0"
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)