From 211bd5c7078a946e95f0035dbbd76c115879bf81 Mon Sep 17 00:00:00 2001 From: Blake Griffith Date: Fri, 23 Feb 2024 16:55:48 -0600 Subject: [PATCH] chore: Release hyperbee version 0.2.2 --- CHANGELOG.md | 5 ++++- Cargo.toml | 2 +- 2 files changed, 5 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 38c029a..64360e6 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -9,6 +9,8 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 ## [Unreleased] - ReleaseDate +## [0.2.2] - 2024-02-23 + ### Added - More docs @@ -21,6 +23,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 ### Removed -[Unreleased]: https://github.com/cowlicks/hyperbee/compare/v0.2.1...HEAD +[Unreleased]: https://github.com/cowlicks/hyperbee/compare/v0.2.2...HEAD +[0.2.2]: https://github.com/cowlicks/hyperbee/compare/v0.2.1...v0.2.2 [0.2.1]: https://github.com/cowlicks/hyperbee/compare/v0.2.0...v0.2.1 [0.2.0]: https://github.com/cowlicks/hyperbee/releases/tag/v0.2.0 diff --git a/Cargo.toml b/Cargo.toml index 457bed9..20c2607 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "hyperbee" -version = "0.2.1" +version = "0.2.2" license = "MIT OR Apache-2.0" description = "Peer to Peer B-tree" documentation = "https://docs.rs/hyperbee"