Skip to content

Commit

Permalink
chore: Release hyperbee version 0.4.0
Browse files Browse the repository at this point in the history
  • Loading branch information
cowlicks committed Mar 31, 2024
1 parent 7291ca5 commit cbee87e
Show file tree
Hide file tree
Showing 2 changed files with 13 additions and 2 deletions.
13 changes: 12 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,16 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0

### Added

###Changed

### Removed



## [0.4.0] - 2024-03-31

### Added

- Infastructure to publish python package. The package will be published when this is released.
- Added docstrings to ffi functions
- `ffi` feature now default so that we can build and distribute python packages. This will be fixed when package in split into workspaces.
Expand Down Expand Up @@ -63,7 +73,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.3.1...HEAD
[Unreleased]: https://github.com/cowlicks/hyperbee/compare/v0.4.0...HEAD
[0.4.0]: https://github.com/cowlicks/hyperbee/compare/v0.3.1...v0.4.0
[0.3.1]: https://github.com/cowlicks/hyperbee/compare/v0.3.0...v0.3.1
[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
Expand Down
2 changes: 1 addition & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html
[package]
name = "hyperbee"
version = "0.3.1"
version = "0.4.0"
license = "MIT OR Apache-2.0"
description = "Peer to Peer B-tree"
documentation = "https://docs.rs/hyperbee"
Expand Down

0 comments on commit cbee87e

Please sign in to comment.