summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorLars Wirzenius <liw@liw.fi>2021-03-23 05:28:23 +0000
committerLars Wirzenius <liw@liw.fi>2021-03-23 05:28:23 +0000
commitb379fc201cfc42ccbc1408ec16cffff6ff65c0a7 (patch)
tree95beabe41d09cf587ad24a9db633c65a28ce2231
parenteb682fe9a29c1176ddf691b2829fb9dab5b7622e (diff)
parentf6e0b1fa3e40a7118e5960f6e17ee394e294cdca (diff)
downloadvmadm-b379fc201cfc42ccbc1408ec16cffff6ff65c0a7.tar.gz
Merge branch 'release' into 'main'
Release See merge request larswirzenius/vmadm!26
-rw-r--r--Cargo.toml2
-rw-r--r--NEWS12
-rw-r--r--debian/changelog12
3 files changed, 22 insertions, 4 deletions
diff --git a/Cargo.toml b/Cargo.toml
index 7d6e23d..3664277 100644
--- a/Cargo.toml
+++ b/Cargo.toml
@@ -1,6 +1,6 @@
[package]
name = "vmadm"
-version = "0.2.1"
+version = "0.3.0"
authors = ["Lars Wirzenius <liw@liw.fi>"]
edition = "2018"
license = "GPL-3.0-or-later"
diff --git a/NEWS b/NEWS
index 8a5ca3d..95a3b3a 100644
--- a/NEWS
+++ b/NEWS
@@ -4,6 +4,18 @@ 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.3.0+git, not yet released
+
+This is not yet released.
+
+## Version 0.3.0, released 2021-03-23
+
+This release adds the ability to mark a new VM to be automatically
+started when the host starts.
+
+There are also some bug fixes to build-dependencies, but not visible
+to those using the software.
+
## Version 0.2.1, released 2021-03-14
This is a bug fix release. Previously, a VM created by vmadm had the
diff --git a/debian/changelog b/debian/changelog
index 7204e99..e553eab 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,8 +1,14 @@
-vmadm (0.2.1+git-1) UNRELEASED; urgency=medium
+vmadm (0.3.0+git-1) UNRELEASED; urgency=medium
- * Upcoming new version.
+ * Work in progress.
- -- Lars Wirzenius <liw@liw.fi> Sun, 14 Mar 2021 09:31:02 +0200
+ -- Lars Wirzenius <liw@liw.fi> Tue, 23 Mar 2021 07:27:06 +0200
+
+vmadm (0.3.0-1) unstable; urgency=medium
+
+ * New release.
+
+ -- Lars Wirzenius <liw@liw.fi> Tue, 23 Mar 2021 07:24:56 +0200
vmadm (0.2.1-1) unstable; urgency=medium