summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorLars Wirzenius <liw@liw.fi>2022-04-20 19:44:00 +0300
committerLars Wirzenius <liw@liw.fi>2022-04-20 19:44:00 +0300
commit56bf48b29b721960495f5420546c103a34a8686f (patch)
tree23d7f1fbd540fb09a67cd11e66773702adb84cb3
parentac373eb8ceadfd615497c73cdeccf43bd4d8e312 (diff)
downloadvmdb2-56bf48b29b721960495f5420546c103a34a8686f.tar.gz
chore: release vmdb2 0.26vmdb2-0.26
Sponsored-by: author
-rw-r--r--NEWS15
-rw-r--r--vmdb/version.py4
2 files changed, 13 insertions, 6 deletions
diff --git a/NEWS b/NEWS
index 414d479..f069b62 100644
--- a/NEWS
+++ b/NEWS
@@ -1,12 +1,19 @@
NEWS for vmdb2, the Debian disk image builder
=============================================================================
-Version 0.25, released 2022-02-19
+Project is now in "selfish maintenance mode". I make changes when I
+need them for myself, but I'm not developing new features otherwise. I
+will review and merge patches, though.
+
+Version 0.26, released 2022-04-20
-----------------------------------------------------------------------------
-* Project is now in "selfish maintenance mode". I make changes when I
- need them for myself, but I'm not developing new features otherwise.
- I will review and merge patches, though.
+* Bug fix: the Ansible plugin now correctly deletes the temporary
+ files it creates.
+
+
+Version 0.25, released 2022-02-19
+-----------------------------------------------------------------------------
* Florian La Roche fixed the grub plugin to not set
systemd.show_status multiple times, and other issues with how vmdb2
diff --git a/vmdb/version.py b/vmdb/version.py
index 2043bcd..b796957 100644
--- a/vmdb/version.py
+++ b/vmdb/version.py
@@ -1,2 +1,2 @@
-__version__ = "0.25"
-__version_info__ = (0, 25)
+__version__ = "0.26"
+__version_info__ = (0, 26)