summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-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