We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent cc254b8 commit 45a8ec6Copy full SHA for 45a8ec6
2 files changed
CHANGELOG.md
@@ -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
10
## 0.1.1 (2026-04-29)
11
12
- ✨ Add support for custom cloud-init user-data on create/import that merges with the base cloud-config.
Sources/VM/VM.swift
@@ -23,7 +23,7 @@ struct VM: AsyncParsableCommand {
23
24
For headless operation, omit --interactive to run in background mode.
25
""",
26
- version: "0.1.1",
+ version: "0.1.2",
27
subcommands: [
28
Create.self,
29
Import.self,
0 commit comments