Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
## 🤖 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>
- Loading branch information