summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorLars Wirzenius <liw@liw.fi>2021-03-14 09:29:51 +0200
committerLars Wirzenius <liw@liw.fi>2021-03-14 09:29:51 +0200
commitd7b6c488536e59bdd83bc7b220d3e4e9a06fb69b (patch)
treef47e7ceddb2f4d68411feccefeb35796117bd227
parent962a60d426a333aed9a721b11a53fdf1b1ea1f05 (diff)
downloadvmadm-d7b6c488536e59bdd83bc7b220d3e4e9a06fb69b.tar.gz
build: bump version number to 0.2.1 for releasev0.2.1
-rw-r--r--Cargo.toml2
-rw-r--r--NEWS2
-rw-r--r--debian/changelog6
3 files changed, 5 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..6e6ab5e 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,8 +1,8 @@
-vmadm (0.2.0+git-1) UNRELEASED; urgency=medium
+vmadm (0.2.1-1) unstable; urgency=medium
- * This will become a new release eventually.
+ * New release..
- -- Lars Wirzenius <liw@liw.fi> Sat, 13 Mar 2021 10:38:58 +0200
+ -- Lars Wirzenius <liw@liw.fi> Sun, 14 Mar 2021 09:29:41 +0200
vmadm (0.2.0-1) unstable; urgency=low