File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff 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
Original file line number Diff line number Diff line change @@ -10,7 +10,7 @@ members = [
1010resolver = " 2"
1111
1212[workspace .package ]
13- version = " 0.0.23 "
13+ version = " 0.0.24 "
1414homepage = " https://krata.dev"
1515license = " GPL-2.0-or-later"
1616repository = " https://github.com/edera-dev/krata"
Original file line number Diff line number Diff line change @@ -13,9 +13,9 @@ async-trait = { workspace = true }
1313bit-vec = { workspace = true }
1414indexmap = { workspace = true }
1515log = { 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 " }
1919regex = { workspace = true }
2020thiserror = { workspace = true }
2121tokio = { workspace = true }
Original file line number Diff line number Diff line change @@ -14,7 +14,7 @@ elf = { workspace = true }
1414flate2 = { workspace = true }
1515libc = { workspace = true }
1616log = { workspace = true }
17- krata-xencall = { path = " ../xencall" , version = " ^0.0.23 " }
17+ krata-xencall = { path = " ../xencall" , version = " ^0.0.24 " }
1818memchr = { workspace = true }
1919nix = { workspace = true }
2020regex = { workspace = true }
You can’t perform that action at this time.
0 commit comments