Skip to content

Commit df0f1c0

Browse files
chore(wavltree): release v0.0.7 (#311)
Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
1 parent 09583df commit df0f1c0

File tree

4 files changed

+9
-3
lines changed

4 files changed

+9
-3
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/backtrace/Cargo.toml

+1-1
Original file line numberDiff line numberDiff line change
@@ -15,4 +15,4 @@ addr2line.workspace = true
1515
xmas-elf.workspace = true
1616
rustc-demangle.workspace = true
1717
fallible-iterator.workspace = true
18-
arrayvec.workspace = true
18+
arrayvec.workspace = true

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.7](https://github.com/JonasKruckenberg/k23/compare/v0.0.6...v0.0.7) - 2025-02-21
11+
12+
### Added
13+
14+
- Rust `2024` edition (#309)
15+
1016
## [0.0.6](https://github.com/JonasKruckenberg/k23/compare/v0.0.5...v0.0.6) - 2025-02-15
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.6"
4+
version = "0.0.7"
55
edition.workspace = true
66
authors.workspace = true
77
license.workspace = true

0 commit comments

Comments
 (0)