Skip to content

Commit

Permalink
virtme-ng 1.14
Browse files Browse the repository at this point in the history
Signed-off-by: Andrea Righi <[email protected]>
  • Loading branch information
Andrea Righi committed Oct 9, 2023
1 parent a278858 commit 39f29ca
Show file tree
Hide file tree
Showing 2 changed files with 16 additions and 1 deletion.
15 changes: 15 additions & 0 deletions debian/changelog
Original file line number Diff line number Diff line change
@@ -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 <[email protected]> Mon, 09 Oct 2023 08:30:35 +0200

virtme-ng (1.13-1) unstable; urgency=medium

* New version virtme-ng 1.13:
Expand Down
2 changes: 1 addition & 1 deletion virtme_ng/version.py
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@

"""virtme-ng version"""

VERSION = "1.13"
VERSION = "1.14"

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

0 comments on commit 39f29ca

Please sign in to comment.