Skip to content

Commit

Permalink
chore(wavltree): release v0.0.3 (#196)
Browse files Browse the repository at this point in the history
Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
  • Loading branch information
github-actions[bot] authored Jan 9, 2025
1 parent 397d8f1 commit 61d7802
Show file tree
Hide file tree
Showing 7 changed files with 17 additions and 6 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.

2 changes: 1 addition & 1 deletion kernel/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -36,4 +36,4 @@ rand.workspace = true
pin-project = "1"

[target.'cfg(any(target_arch = "riscv64", target_arch = "riscv32"))'.dependencies]
riscv.workspace = true
riscv.workspace = true
2 changes: 1 addition & 1 deletion libs/backtrace/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -14,4 +14,4 @@ gimli.workspace = true
addr2line.workspace = true
xmas-elf.workspace = true
rustc-demangle.workspace = true
fallible-iterator.workspace = true
fallible-iterator.workspace = true
2 changes: 1 addition & 1 deletion libs/dtb-parser/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -10,4 +10,4 @@ license.workspace = true
workspace = true

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

## [Unreleased]

## [0.0.3](https://github.com/JonasKruckenberg/k23/compare/v0.0.2...v0.0.3) - 2025-01-09

### Added

- VM (finally) (#212)
- kernel virtmem cont (#189)

### Other

- add copyright headers ([#213](https://github.com/JonasKruckenberg/k23/pull/213))

## [0.0.2](https://github.com/JonasKruckenberg/k23/compare/v0.0.1...v0.0.2) - 2024-12-16

### 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.2"
version = "0.0.3"
edition.workspace = true
authors.workspace = true
license.workspace = true
Expand Down
2 changes: 1 addition & 1 deletion loader/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -22,4 +22,4 @@ xmas-elf.workspace = true
fallible-iterator.workspace = true

[target.'cfg(any(target_arch = "riscv64", target_arch = "riscv32"))'.dependencies]
riscv.workspace = true
riscv.workspace = true

0 comments on commit 61d7802

Please sign in to comment.