Prepare 0.0.13
This commit is contained in:
parent
20dcd81d12
commit
cc448a2fb8
2 changed files with 11 additions and 1 deletions
10
NEWS
10
NEWS
|
@ -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
|
||||
=============================
|
||||
|
||||
|
|
|
@ -1,6 +1,6 @@
|
|||
project(
|
||||
'toolbox',
|
||||
version: '0.0.12',
|
||||
version: '0.0.13',
|
||||
license: 'ASL 2.0',
|
||||
meson_version: '>= 0.40.0',
|
||||
)
|
||||
|
|
Loading…
Reference in a new issue