Skip to content

Commit a5e7234

Browse files
chore(wavltree): release v0.0.5 (#221)
1 parent de5dc7d commit a5e7234

File tree

3 files changed

+8
-2
lines changed

3 files changed

+8
-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

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

88
## [Unreleased]
99

10+
## [0.0.5](https://github.com/JonasKruckenberg/k23/compare/v0.0.4...v0.0.5) - 2025-01-11
11+
12+
### Other
13+
14+
- Rust 2024 edition ready (#222)
15+
1016
## [0.0.4](https://github.com/JonasKruckenberg/k23/compare/v0.0.3...v0.0.4) - 2025-01-09
1117

1218
### 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.4"
4+
version = "0.0.5"
55
edition.workspace = true
66
authors.workspace = true
77
license.workspace = true

0 commit comments

Comments
 (0)