Skip to content

Commit

Permalink
chore: release v0.4.4
Browse files Browse the repository at this point in the history
  • Loading branch information
github-actions[bot] authored Nov 25, 2024
1 parent a613217 commit dbcceb6
Show file tree
Hide file tree
Showing 3 changed files with 18 additions and 2 deletions.
16 changes: 16 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,22 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0

## [Unreleased]

## [0.4.4](https://github.com/spiraldb/fsst/compare/v0.4.3...v0.4.4) - 2024-11-25

### Added

- add dbtext decompression benchmark ([#44](https://github.com/spiraldb/fsst/pull/44))

### Other

- *(deps)* lock file maintenance ([#55](https://github.com/spiraldb/fsst/pull/55))
- *(deps)* lock file maintenance ([#54](https://github.com/spiraldb/fsst/pull/54))
- *(deps)* lock file maintenance ([#53](https://github.com/spiraldb/fsst/pull/53))
- *(deps)* lock file maintenance ([#50](https://github.com/spiraldb/fsst/pull/50))
- *(deps)* lock file maintenance ([#49](https://github.com/spiraldb/fsst/pull/49))
- *(deps)* lock file maintenance ([#47](https://github.com/spiraldb/fsst/pull/47))
- *(deps)* lock file maintenance ([#46](https://github.com/spiraldb/fsst/pull/46))

## [0.4.3](https://github.com/spiraldb/fsst/compare/v0.4.2...v0.4.3) - 2024-10-03

### 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.4.3"
version = "0.4.4"
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 dbcceb6

Please sign in to comment.