Skip to content

Commit 77e2d8d

Browse files
chore(wavltree): release v0.0.2 (#170)
Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
1 parent b854ad0 commit 77e2d8d

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.2](https://github.com/JonasKruckenberg/k23/compare/v0.0.1...v0.0.2) - 2024-12-16
11+
12+
### Other
13+
14+
- *(kernel/vm)* allocate virtual memory spot (#165)
15+
1016
## [0.0.1](https://github.com/JonasKruckenberg/k23/compare/v0.0.0...v0.0.1) - 2024-12-12
1117

1218
### Other

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

0 commit comments

Comments
 (0)