Skip to content

Commit

Permalink
chore: release 0.1.0 (#12)
Browse files Browse the repository at this point in the history
  • Loading branch information
a10y authored Aug 16, 2024
1 parent 812a42d commit 0941c0b
Show file tree
Hide file tree
Showing 3 changed files with 11 additions and 2 deletions.
9 changes: 9 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,15 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0

## [Unreleased]

## [0.1.0](https://github.com/spiraldb/fsst/compare/v0.0.1...v0.1.0) - 2024-08-16

### Added
- separate Compressor and Decompressor ([#11](https://github.com/spiraldb/fsst/pull/11))

### Other
- add badges ([#10](https://github.com/spiraldb/fsst/pull/10))
- release v0.0.1 ([#8](https://github.com/spiraldb/fsst/pull/8))

## [0.0.1](https://github.com/spiraldb/fsst/releases/tag/v0.0.1) - 2024-08-15

### Fixed
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.0.1"
version = "0.1.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 0941c0b

Please sign in to comment.