Skip to content

Commit 39f29ca

Browse files
author
Andrea Righi
committed
virtme-ng 1.14
Signed-off-by: Andrea Righi <andrea.righi@canonical.com>
1 parent a278858 commit 39f29ca

File tree

2 files changed

+16
-1
lines changed

2 files changed

+16
-1
lines changed

debian/changelog

Lines changed: 15 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,18 @@
1+
virtme-ng (1.14-1) unstable; urgency=medium
2+
3+
* New version virtme-ng 1.13:
4+
- doc: update README.md with the latest UI changes
5+
- virtme-ng: fix runtime error with --rw
6+
- virtme-ng: --run should default to current directory
7+
- virtme-ng: do not run instance with --build
8+
- virtme: print a warning if "file" is not installed
9+
- virtme-ng: implicitly assume --build with --kconfig
10+
- virtme-ng-init: resync with latest upstream version
11+
- deb: add file as dependency
12+
- deb: add dependencies to support audio
13+
14+
-- Andrea Righi <andrea.righi@canonical.com> Mon, 09 Oct 2023 08:30:35 +0200
15+
116
virtme-ng (1.13-1) unstable; urgency=medium
217

318
* New version virtme-ng 1.13:

virtme_ng/version.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33

44
"""virtme-ng version"""
55

6-
VERSION = "1.13"
6+
VERSION = "1.14"
77

88
if __name__ == '__main__':
99
print(VERSION)

0 commit comments

Comments
 (0)