summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorLars Wirzenius <liw@liw.fi>2021-03-13 08:41:44 +0000
committerLars Wirzenius <liw@liw.fi>2021-03-13 08:41:44 +0000
commit28be9185e755fbbc4d48ee719e7ca0df10d2e88a (patch)
tree6c94caad3e326c3f73bb65d03bbbf99bf9162b9a
parent6641cd9bf76b7c41bb6eb73f21b32f69fa7b2eb6 (diff)
parent73711b13b9f775aa1d4ad680bbb91fe2457c9b6d (diff)
downloadvmadm-28be9185e755fbbc4d48ee719e7ca0df10d2e88a.tar.gz
Merge branch 'release' into 'main'
Release preparation for 0.2.0 See merge request larswirzenius/vmadm!16
-rw-r--r--Cargo.toml2
-rw-r--r--NEWS15
-rw-r--r--debian/changelog10
3 files changed, 24 insertions, 3 deletions
diff --git a/Cargo.toml b/Cargo.toml
index 740246b..c09cb7d 100644
--- a/Cargo.toml
+++ b/Cargo.toml
@@ -1,6 +1,6 @@
[package]
name = "vmadm"
-version = "0.1.0"
+version = "0.2.0"
authors = ["Lars Wirzenius <liw@liw.fi>"]
edition = "2018"
diff --git a/NEWS b/NEWS
new file mode 100644
index 0000000..20cdc60
--- /dev/null
+++ b/NEWS
@@ -0,0 +1,15 @@
+# Release notes for vmadm
+
+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
+
+This is an unreleased version being developed.
+
+## Version 0.2.0, released 2021-03-13
+
+This is the first release. It can create and destroy virtual machines
+listed in a specification file, and list all virtual machines running
+under libvirt. It's just barely usable.
diff --git a/debian/changelog b/debian/changelog
index ec1ee9e..0955225 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,6 +1,12 @@
-vmadm (0.1.0-1) unstable; urgency=low
+vmadm (0.2.0+git-1) UNRELEASED; urgency=medium
+
+ * This will become a new release eventually.
+
+ -- Lars Wirzenius <liw@liw.fi> Sat, 13 Mar 2021 10:38:58 +0200
+
+vmadm (0.2.0-1) unstable; urgency=low
* Initial packaging. This is not intended to be uploaded to Debian, so
no closing of an ITP bug.
- -- Lars Wirzenius <liw@liw.fi> Sun, 21 Feb 2021 13:43:08 +0200
+ -- Lars Wirzenius <liw@liw.fi> Sat, 13 Mar 2021 10:37:19 +0200