Skip to content

Commit 654dd4b

Browse files
chore(wavltree): release v0.0.6 (#229)
Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
1 parent f28e91d commit 654dd4b

File tree

5 files changed

+20
-4
lines changed

5 files changed

+20
-4
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/ksharded-slab/Cargo.toml

+1-1
Original file line numberDiff line numberDiff line change
@@ -22,4 +22,4 @@ cpu-local.workspace = true
2222
loom = []
2323

2424
[lints]
25-
workspace = true
25+
workspace = true

libs/ktest/macros/Cargo.toml

+1-1
Original file line numberDiff line numberDiff line change
@@ -12,4 +12,4 @@ proc-macro = true
1212
[dependencies]
1313
proc-macro2.workspace = true
1414
quote.workspace = true
15-
syn.workspace = true
15+
syn.workspace = true

libs/wavltree/CHANGELOG.md

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

88
## [Unreleased]
99

10+
## [0.0.6](https://github.com/JonasKruckenberg/k23/compare/v0.0.5...v0.0.6) - 2025-02-15
11+
12+
### Added
13+
14+
- user address space functionality (#246)
15+
- integrate k23VM Wasm Engine (#224)
16+
17+
### Fixed
18+
19+
- reduce time spent on large allocations (#288)
20+
21+
### Other
22+
23+
- update rand crates ([#271](https://github.com/JonasKruckenberg/k23/pull/271))
24+
- upgrade deps ([#268](https://github.com/JonasKruckenberg/k23/pull/268))
25+
1026
## [0.0.5](https://github.com/JonasKruckenberg/k23/compare/v0.0.4...v0.0.5) - 2025-01-11
1127

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

0 commit comments

Comments
 (0)