Skip to content

Commit

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

## [Unreleased]

## [0.0.25](https://github.com/edera-dev/krata/compare/v0.0.24...v0.0.25) - 2024-12-14

### Other

- update Cargo.toml dependencies

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

### Added
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.24"
version = "0.0.25"
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 }
bit-vec = { workspace = true }
indexmap = { workspace = true }
log = { workspace = true }
krata-xencall = { path = "../xencall", version = "^0.0.24" }
krata-xenplatform = { path = "../xenplatform", version = "^0.0.24" }
krata-xenstore = { path = "../xenstore", version = "^0.0.24" }
krata-xencall = { path = "../xencall", version = "^0.0.25" }
krata-xenplatform = { path = "../xenplatform", version = "^0.0.25" }
krata-xenstore = { path = "../xenstore", version = "^0.0.25" }
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 @@ -14,7 +14,7 @@ elf = { workspace = true }
flate2 = { workspace = true }
libc = { workspace = true }
log = { workspace = true }
krata-xencall = { path = "../xencall", version = "^0.0.24" }
krata-xencall = { path = "../xencall", version = "^0.0.25" }
memchr = { workspace = true }
nix = { workspace = true }
regex = { workspace = true }
Expand Down

0 comments on commit 7aa2a57

Please sign in to comment.