summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorLars Wirzenius <liw@liw.fi>2021-03-14 07:32:21 +0000
committerLars Wirzenius <liw@liw.fi>2021-03-14 07:32:21 +0000
commit316ada45e59f353b603c7cc0af717a9b4668bdb2 (patch)
treeaf1891c15a9878196ba9cf2f84e158bcb8367191
parent962a60d426a333aed9a721b11a53fdf1b1ea1f05 (diff)
parent824f2e97155abe4f0de79d96fbee626f6292f616 (diff)
downloadvmadm-316ada45e59f353b603c7cc0af717a9b4668bdb2.tar.gz
Merge branch 'release' into 'main'
Release See merge request larswirzenius/vmadm!21
-rw-r--r--Cargo.toml2
-rw-r--r--NEWS2
-rw-r--r--debian/changelog12
3 files changed, 11 insertions, 5 deletions
diff --git a/Cargo.toml b/Cargo.toml
index 8da5764..7d6e23d 100644
--- a/Cargo.toml
+++ b/Cargo.toml
@@ -1,6 +1,6 @@
[package]
name = "vmadm"
-version = "0.2.0"
+version = "0.2.1"
authors = ["Lars Wirzenius <liw@liw.fi>"]
edition = "2018"
license = "GPL-3.0-or-later"
diff --git a/NEWS b/NEWS
index b64b2b5..8a5ca3d 100644
--- a/NEWS
+++ b/NEWS
@@ -4,7 +4,7 @@ vmadm is a tool to create and destroy virtual machines running under a
local libvirt. This file documents important or user-visible changes
from release to release.
-## Version 0.2.0+git, NOT YET RELEASED
+## Version 0.2.1, released 2021-03-14
This is a bug fix release. Previously, a VM created by vmadm had the
cloud-init configuration ISO attached, but since it was a temporary
diff --git a/debian/changelog b/debian/changelog
index 0955225..7204e99 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,8 +1,14 @@
-vmadm (0.2.0+git-1) UNRELEASED; urgency=medium
+vmadm (0.2.1+git-1) UNRELEASED; urgency=medium
- * This will become a new release eventually.
+ * Upcoming new version.
- -- Lars Wirzenius <liw@liw.fi> Sat, 13 Mar 2021 10:38:58 +0200
+ -- Lars Wirzenius <liw@liw.fi> Sun, 14 Mar 2021 09:31:02 +0200
+
+vmadm (0.2.1-1) unstable; urgency=medium
+
+ * New release..
+
+ -- Lars Wirzenius <liw@liw.fi> Sun, 14 Mar 2021 09:29:41 +0200
vmadm (0.2.0-1) unstable; urgency=low