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