Skip to content

Commit 45a8ec6

Browse files
committed
Set version to 0.1.2
1 parent cc254b8 commit 45a8ec6

2 files changed

Lines changed: 10 additions & 1 deletion

File tree

CHANGELOG.md

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,12 @@
1+
# Changelog
2+
3+
## 0.1.2 (2026-04-30)
4+
5+
- 🏠 Move host home mount point from `/Users` to `/var/host`.
6+
- ⚙️ Conditionally install `qemu-guest-agent` when possible.
7+
- ☁️ Improvements to custom user-data merge strategy.
8+
- 📦 Makefile signing/release targets and README install updates.
9+
110
## 0.1.1 (2026-04-29)
211

312
- ✨ Add support for custom cloud-init user-data on create/import that merges with the base cloud-config.

Sources/VM/VM.swift

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ struct VM: AsyncParsableCommand {
2323
2424
For headless operation, omit --interactive to run in background mode.
2525
""",
26-
version: "0.1.1",
26+
version: "0.1.2",
2727
subcommands: [
2828
Create.self,
2929
Import.self,

0 commit comments

Comments
 (0)