Skip to content

Commit

Permalink
Prepare 0.0.13
Browse files Browse the repository at this point in the history
  • Loading branch information
debarshiray committed Sep 5, 2019
1 parent 20dcd81 commit cc448a2
Show file tree
Hide file tree
Showing 2 changed files with 11 additions and 1 deletion.
10 changes: 10 additions & 0 deletions NEWS
Original file line number Diff line number Diff line change
@@ -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
=============================

Expand Down
2 changes: 1 addition & 1 deletion meson.build
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
project(
'toolbox',
version: '0.0.12',
version: '0.0.13',
license: 'ASL 2.0',
meson_version: '>= 0.40.0',
)
Expand Down

0 comments on commit cc448a2

Please sign in to comment.