From c0db994352840f644c7da5e3c9661b32ad7442c3 Mon Sep 17 00:00:00 2001 From: Brent Baude Date: Tue, 18 Apr 2023 16:02:19 -0500 Subject: [PATCH] Release v0.0.5 New release for consumption by Ignition and Podman Signed-off-by: Brent Baude --- RELEASE_NOTES.md | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/RELEASE_NOTES.md b/RELEASE_NOTES.md index 90eb1fc..873b02b 100644 --- a/RELEASE_NOTES.md +++ b/RELEASE_NOTES.md @@ -1,6 +1,10 @@ # Release Notes +## v0.0.5 +* Exported const and func for Ignition project +* Wait on VM to actually stop before returning + ## v0.0.4 * Add bool for network creation when creating a vm