summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorLars Wirzenius <liw@liw.fi>2021-03-13 10:37:27 +0200
committerLars Wirzenius <liw@liw.fi>2021-03-13 10:37:27 +0200
commit416ca0b6390c1c0b3a26f81472ec1d23931be434 (patch)
tree5d7c52f29ecc03e1022a72cd658176ba67b18f3d
parentbf506070f2cf91732da0a2c8c81bcf2c6a4b5900 (diff)
downloadvmadm-0.2.0.tar.gz
build: update version numbers for releasev0.2.0
-rw-r--r--Cargo.toml2
-rw-r--r--NEWS2
-rw-r--r--debian/changelog4
3 files changed, 4 insertions, 4 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
index 9ee1682..f7e4c59 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, released 2021-03-13
+## 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
diff --git a/debian/changelog b/debian/changelog
index ec1ee9e..107fbbe 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,6 +1,6 @@
-vmadm (0.1.0-1) unstable; urgency=low
+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