summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorLars Wirzenius <liw@liw.fi>2020-09-16 09:39:01 +0300
committerLars Wirzenius <liw@liw.fi>2020-09-16 09:39:01 +0300
commitb27a0b4a746511ace9fb027a6b98bea06e6da37e (patch)
treead6d7f192face074479a7f91f6b5eba34a2645c0
parentaf689d3b955fb3beecbb170c1d6fa6b6362c9829 (diff)
downloadvmdb2-b27a0b4a746511ace9fb027a6b98bea06e6da37e.tar.gz
doc: update NEWS for upcoming release
-rw-r--r--NEWS12
1 files changed, 11 insertions, 1 deletions
diff --git a/NEWS b/NEWS
index e57739a..b0bf18e 100644
--- a/NEWS
+++ b/NEWS
@@ -1,9 +1,19 @@
NEWS for vmdb2, the Debian disk image builder
=============================================================================
-Version 0.18+git, not yet released
+Version 0.19, released 2020-09-16
-----------------------------------------------------------------------------
+Change in this release are entirely internal code changes that should
+not affect users of vmdb2.
+
+* Python Code has been formatted with the Black code formatting tool.
+
+* Changes have been made towards dropping the dependency on the
+ `cliapp` library: the Python standard library module `subprocess` is
+ used instead of `cliapp.runcmd`, and the `cliapp` plugin system has
+ been replaced with a custom one.
+
Version 0.18, released 2020-08-13
-----------------------------------------------------------------------------