diff --git a/debian/changelog b/debian/changelog index 48131f9..acb82bc 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,3 +1,18 @@ +virtme-ng (1.14-1) unstable; urgency=medium + + * New version virtme-ng 1.13: + - doc: update README.md with the latest UI changes + - virtme-ng: fix runtime error with --rw + - virtme-ng: --run should default to current directory + - virtme-ng: do not run instance with --build + - virtme: print a warning if "file" is not installed + - virtme-ng: implicitly assume --build with --kconfig + - virtme-ng-init: resync with latest upstream version + - deb: add file as dependency + - deb: add dependencies to support audio + + -- Andrea Righi Mon, 09 Oct 2023 08:30:35 +0200 + virtme-ng (1.13-1) unstable; urgency=medium * New version virtme-ng 1.13: diff --git a/virtme_ng/version.py b/virtme_ng/version.py index 282af16..2eea3d9 100644 --- a/virtme_ng/version.py +++ b/virtme_ng/version.py @@ -3,7 +3,7 @@ """virtme-ng version""" -VERSION = "1.13" +VERSION = "1.14" if __name__ == '__main__': print(VERSION)