Skip to content

Commit ce45342

Browse files
chore(wavltree): release v0.0.1 (#161)
Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
1 parent 633d40a commit ce45342

File tree

3 files changed

+9
-2
lines changed

3 files changed

+9
-2
lines changed

Cargo.lock

+1-1
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

libs/wavltree/CHANGELOG.md

+7
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,13 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
77

88
## [Unreleased]
99

10+
## [0.0.1](https://github.com/JonasKruckenberg/k23/compare/v0.0.0...v0.0.1) - 2024-12-12
11+
12+
### Other
13+
14+
- remove ambiguous and broken `cursor`/`cursor_mut` in favor of `root`/`root_mut` methods (#164)
15+
- *(wavltree)* release v0.0.0 (#160)
16+
1017
## [0.0.0](https://github.com/JonasKruckenberg/k23/releases/tag/v0.0.0) - 2024-12-12
1118

1219
### Added

libs/wavltree/Cargo.toml

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
[package]
22
name = "wavltree"
33
description = "An intrusive Weak AVL Tree."
4-
version = "0.0.0"
4+
version = "0.0.1"
55
edition.workspace = true
66
authors.workspace = true
77
license.workspace = true

0 commit comments

Comments
 (0)