Skip to content

Commit

Permalink
chore: Release blart version 0.3.0
Browse files Browse the repository at this point in the history
  • Loading branch information
declanvk committed Sep 21, 2024
1 parent 3ce39aa commit 7cbc24c
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](http://semver.org/).

## [Unreleased] - ReleaseDate

## [0.3.0] - 2024-09-21

### Added

- Added `TreeMap::{range, range_mut}` iterators. These iterators allow for querying sub-sections of the trie, using the natural keys as bounds and even the Rust range syntax.
Expand Down Expand Up @@ -88,7 +90,8 @@ The crate is tested several ways:
tree, and unit tests for the sizes of the different node types.

<!-- next-url -->
[Unreleased]: https://github.com/declanvk/blart/compare/v0.2.0...HEAD
[Unreleased]: https://github.com/declanvk/blart/compare/v0.3.0...HEAD
[0.3.0]: https://github.com/declanvk/blart/compare/v0.2.0...v0.3.0
[0.2.0]: https://github.com/declanvk/blart/compare/v0.1.2...v0.2.0
[0.1.2]: https://github.com/declanvk/blart/compare/v0.1.1...v0.1.2
[0.1.1]: https://github.com/declanvk/blart/compare/v0.1.0...v0.1.1
Expand Down
2 changes: 1 addition & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@

[package]
name = "blart"
version = "0.2.0"
version = "0.3.0"
description = "An implementation of an adaptive radix tree packaged as a BTreeMap replacement"
repository = "https://github.com/declanvk/blart"
readme = "README.md"
Expand Down

0 comments on commit 7cbc24c

Please sign in to comment.