Skip to content

Commit

Permalink
chore: release v0.3.0 (#27)
Browse files Browse the repository at this point in the history
## 🤖 New release
* `fsst-rs`: 0.2.3 -> 0.3.0

<details><summary><i><b>Changelog</b></i></summary><p>

<blockquote>

## [0.3.0](v0.2.3...v0.3.0) -
2024-09-03

### Added
- port in more from the C++ code
([#24](#24))

### Other
- centering ([#26](#26))
</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>
  • Loading branch information
github-actions[bot] committed Sep 3, 2024
1 parent c944de6 commit 5ac1e10
Show file tree
Hide file tree
Showing 3 changed files with 10 additions and 2 deletions.
8 changes: 8 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,14 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0

## [Unreleased]

## [0.3.0](https://github.com/spiraldb/fsst/compare/v0.2.3...v0.3.0) - 2024-09-03

### Added
- port in more from the C++ code ([#24](https://github.com/spiraldb/fsst/pull/24))

### Other
- centering ([#26](https://github.com/spiraldb/fsst/pull/26))

## [0.2.3](https://github.com/spiraldb/fsst/compare/v0.2.2...v0.2.3) - 2024-08-22

### Added
Expand Down
2 changes: 1 addition & 1 deletion Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "fsst-rs"
version = "0.2.3"
version = "0.3.0"
description = "Pure-Rust implementation of Fast Static Symbol Tables algorithm for string compression"
authors = ["SpiralDB Developers <[email protected]>"]
license = "Apache-2.0"
Expand Down

0 comments on commit 5ac1e10

Please sign in to comment.