Prepare 0.0.13

This commit is contained in:
Debarshi Ray 2019-09-05 15:03:34 +02:00
parent 20dcd81d12
commit cc448a2fb8
2 changed files with 11 additions and 1 deletions

10
NEWS
View file

@ -1,3 +1,13 @@
Overview of changes in 0.0.13
=============================
* Drop PackageKit-command-not-found from the images
* Improve the help or usage output
* Simplify code by taking advantage of 'podman create --userns=keep-id'
* Simplify code by taking advantage of 'podman exec --workdir ...'
* Tighten the Silverblue check for the welcome message
Overview of changes in 0.0.12
=============================

View file

@ -1,6 +1,6 @@
project(
'toolbox',
version: '0.0.12',
version: '0.0.13',
license: 'ASL 2.0',
meson_version: '>= 0.40.0',
)