Skip to content

Commit

Permalink
chore: Release hyperbee version 0.3.0
Browse files Browse the repository at this point in the history
  • Loading branch information
cowlicks committed Feb 29, 2024
1 parent 6c705e1 commit b12dcfb
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 2 deletions.
5 changes: 4 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,8 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0

## [Unreleased] - ReleaseDate

## [0.3.0] - 2024-02-29

### Added

- Make `prefixed` module, `HyperbeeBuilderError`, and `messages::header::Metadata` public
Expand Down Expand Up @@ -39,7 +41,8 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
### Removed

<!-- next-url -->
[Unreleased]: https://github.com/cowlicks/hyperbee/compare/v0.2.2...HEAD
[Unreleased]: https://github.com/cowlicks/hyperbee/compare/v0.3.0...HEAD
[0.3.0]: https://github.com/cowlicks/hyperbee/compare/v0.2.2...v0.3.0
[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
2 changes: 1 addition & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "hyperbee"
version = "0.2.2"
version = "0.3.0"
license = "MIT OR Apache-2.0"
description = "Peer to Peer B-tree"
documentation = "https://docs.rs/hyperbee"
Expand Down

0 comments on commit b12dcfb

Please sign in to comment.