Skip to content

Commit 2ab745d

Browse files
RuoqingHeroypat
authored andcommitted
chore: Prepare new release
Prepare vm-superio v0.4.1 and vm-superio-ser v0.8.1 release to consume vmm-sys-util change. Signed-off-by: Ruoqing He <[email protected]>
1 parent 48a8278 commit 2ab745d

File tree

4 files changed

+7
-3
lines changed

4 files changed

+7
-3
lines changed

vm-superio-ser/CHANGELOG.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,8 @@
22

33
## Upcoming Release
44

5+
## v0.4.1
6+
57
### Changed
68

79
- Widen vmm-sys-util dependency to 0.12.0-0.14.0

vm-superio-ser/Cargo.toml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "vm-superio-ser"
3-
version = "0.4.0"
3+
version = "0.4.1"
44
description = "Serialization for legacy device states"
55
keywords = ["superio", "serialization", "versioning"]
66
repository = "https://github.com/rust-vmm/vm-superio"
@@ -19,7 +19,7 @@ versionize_derive = "0.1.3"
1919
# We are using a fixed version of `vm-superio` so that the current version
2020
# of `vm-superio-ser` won't take a newer version of vm-superio, with which
2121
# it may not be compatible.
22-
vm-superio = { version = "=0.8.0", path = "../vm-superio" }
22+
vm-superio = { version = "=0.8.1", path = "../vm-superio" }
2323

2424
[dev-dependencies]
2525
libc = "0.2.39"

vm-superio/CHANGELOG.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,8 @@
22

33
## Upcoming Release
44

5+
## v0.8.1
6+
57
### Changed
68

79
- Widen vmm-sys-util dependency to 0.12.0-0.14.0

vm-superio/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "vm-superio"
3-
version = "0.8.0"
3+
version = "0.8.1"
44
description = "Emulation for legacy devices"
55
keywords = ["superio", "emulation"]
66
repository = "https://github.com/rust-vmm/vm-superio"

0 commit comments

Comments
 (0)