Skip to content

Commit

Permalink
chore: release v0.0.24
Browse files Browse the repository at this point in the history
  • Loading branch information
edera-cultivation[bot] authored Nov 10, 2024
1 parent 9f6383b commit 6ced00d
Show file tree
Hide file tree
Showing 5 changed files with 21 additions and 11 deletions.
10 changes: 10 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,16 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0

## [Unreleased]

## [0.0.24](https://github.com/edera-dev/krata/compare/v0.0.23...v0.0.24) - 2024-11-10

### Fixed

- *(xenplatform)* e820 sanitize should now produce valid mappings

### Other

- update Cargo.toml dependencies

## [0.0.23](https://github.com/edera-dev/krata/compare/v0.0.22...v0.0.23) - 2024-09-17

### Other
Expand Down
12 changes: 6 additions & 6 deletions 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 Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ members = [
resolver = "2"

[workspace.package]
version = "0.0.23"
version = "0.0.24"
homepage = "https://krata.dev"
license = "GPL-2.0-or-later"
repository = "https://github.com/edera-dev/krata"
Expand Down
6 changes: 3 additions & 3 deletions crates/xen/xenclient/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -13,9 +13,9 @@ async-trait = { workspace = true }
indexmap = { workspace = true }
libc = { workspace = true }
log = { workspace = true }
krata-xencall = { path = "../xencall", version = "^0.0.23" }
krata-xenplatform = { path = "../xenplatform", version = "^0.0.23" }
krata-xenstore = { path = "../xenstore", version = "^0.0.23" }
krata-xencall = { path = "../xencall", version = "^0.0.24" }
krata-xenplatform = { path = "../xenplatform", version = "^0.0.24" }
krata-xenstore = { path = "../xenstore", version = "^0.0.24" }
regex = { workspace = true }
thiserror = { workspace = true }
tokio = { workspace = true }
Expand Down
2 changes: 1 addition & 1 deletion crates/xen/xenplatform/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ flate2 = { workspace = true }
indexmap = { workspace = true }
libc = { workspace = true }
log = { workspace = true }
krata-xencall = { path = "../xencall", version = "^0.0.23" }
krata-xencall = { path = "../xencall", version = "^0.0.24" }
memchr = { workspace = true }
nix = { workspace = true }
regex = { workspace = true }
Expand Down

0 comments on commit 6ced00d

Please sign in to comment.