From 5ac1e107bdb3136162919fdb45a5e1100aba0ef7 Mon Sep 17 00:00:00 2001
From: "github-actions[bot]"
<41898282+github-actions[bot]@users.noreply.github.com>
Date: Tue, 3 Sep 2024 13:57:52 -0400
Subject: [PATCH] chore: release v0.3.0 (#27)
MIME-Version: 1.0
Content-Type: text/plain; charset=UTF-8
Content-Transfer-Encoding: 8bit
## 🤖 New release
* `fsst-rs`: 0.2.3 -> 0.3.0
Changelog
## [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))
---
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>
---
CHANGELOG.md | 8 ++++++++
Cargo.lock | 2 +-
Cargo.toml | 2 +-
3 files changed, 10 insertions(+), 2 deletions(-)
diff --git a/CHANGELOG.md b/CHANGELOG.md
index 8d4aef7..8123da9 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -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
diff --git a/Cargo.lock b/Cargo.lock
index 61d99d8..a24b1d8 100644
--- a/Cargo.lock
+++ b/Cargo.lock
@@ -213,7 +213,7 @@ checksum = "60b1af1c220855b6ceac025d3f6ecdd2b7c4894bfe9cd9bda4fbb4bc7c0d4cf0"
[[package]]
name = "fsst-rs"
-version = "0.2.3"
+version = "0.3.0"
dependencies = [
"criterion",
"curl",
diff --git a/Cargo.toml b/Cargo.toml
index e634061..acb528f 100644
--- a/Cargo.toml
+++ b/Cargo.toml
@@ -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 "]
license = "Apache-2.0"