Skip to content

Commit

Permalink
chore(wavltree): release v0.0.6
Browse files Browse the repository at this point in the history
  • Loading branch information
github-actions[bot] authored Jan 20, 2025
1 parent c566320 commit 34e2872
Show file tree
Hide file tree
Showing 3 changed files with 9 additions and 2 deletions.
2 changes: 1 addition & 1 deletion Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

7 changes: 7 additions & 0 deletions libs/wavltree/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,13 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0

## [Unreleased]

## [0.0.6](https://github.com/JonasKruckenberg/k23/compare/v0.0.5...v0.0.6) - 2025-01-20

### Added

- user address space functionality (#246)
- integrate k23VM Wasm Engine (#224)

## [0.0.5](https://github.com/JonasKruckenberg/k23/compare/v0.0.4...v0.0.5) - 2025-01-11

### Other
Expand Down
2 changes: 1 addition & 1 deletion libs/wavltree/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
[package]
name = "wavltree"
description = "An intrusive Weak AVL Tree."
version = "0.0.5"
version = "0.0.6"
edition.workspace = true
authors.workspace = true
license.workspace = true
Expand Down

0 comments on commit 34e2872

Please sign in to comment.