Skip to content

Commit b7dd2b8

Browse files
chore: release v0.0.24 (#388)
Co-authored-by: edera-cultivation[bot] <165992271+edera-cultivation[bot]@users.noreply.github.com>
1 parent bf8a837 commit b7dd2b8

5 files changed

Lines changed: 32 additions & 11 deletions

File tree

CHANGELOG.md

Lines changed: 21 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,27 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
77

88
## [Unreleased]
99

10+
## [0.0.24](https://github.com/edera-dev/krata/compare/v0.0.23...v0.0.24) - 2024-12-14
11+
12+
### Added
13+
14+
- *(xen)* update xenclient and xenplatform to the latest structure (#433)
15+
- *(xencall)* improve asynchronous support (#430)
16+
- *(evtchn)* harden evtchn handling and improve api (#431)
17+
- *(xenstore)* multi-watch and maybe-commit support (#429)
18+
19+
### Fixed
20+
21+
- *(xenclient)* examples should use supported platform
22+
- *(xenclient)* boot example should use unsupported platform on aarch64
23+
- *(xenplatform)* e820 sanitize should now produce valid mappings
24+
- *(xenplatform)* use cfg attributes for returning supported platforms
25+
26+
### Other
27+
28+
- *(deps)* upgrade dependencies and clean code (#432)
29+
- update Cargo.toml dependencies
30+
1031
## [0.0.23](https://github.com/edera-dev/krata/compare/v0.0.22...v0.0.23) - 2024-09-17
1132

1233
### Other

Cargo.lock

Lines changed: 6 additions & 6 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ members = [
1010
resolver = "2"
1111

1212
[workspace.package]
13-
version = "0.0.23"
13+
version = "0.0.24"
1414
homepage = "https://krata.dev"
1515
license = "GPL-2.0-or-later"
1616
repository = "https://github.com/edera-dev/krata"

crates/xen/xenclient/Cargo.toml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -13,9 +13,9 @@ async-trait = { workspace = true }
1313
bit-vec = { workspace = true }
1414
indexmap = { workspace = true }
1515
log = { workspace = true }
16-
krata-xencall = { path = "../xencall", version = "^0.0.23" }
17-
krata-xenplatform = { path = "../xenplatform", version = "^0.0.23" }
18-
krata-xenstore = { path = "../xenstore", version = "^0.0.23" }
16+
krata-xencall = { path = "../xencall", version = "^0.0.24" }
17+
krata-xenplatform = { path = "../xenplatform", version = "^0.0.24" }
18+
krata-xenstore = { path = "../xenstore", version = "^0.0.24" }
1919
regex = { workspace = true }
2020
thiserror = { workspace = true }
2121
tokio = { workspace = true }

crates/xen/xenplatform/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ elf = { workspace = true }
1414
flate2 = { workspace = true }
1515
libc = { workspace = true }
1616
log = { workspace = true }
17-
krata-xencall = { path = "../xencall", version = "^0.0.23" }
17+
krata-xencall = { path = "../xencall", version = "^0.0.24" }
1818
memchr = { workspace = true }
1919
nix = { workspace = true }
2020
regex = { workspace = true }

0 commit comments

Comments
 (0)