Prepare 0.0.8
This commit is contained in:
parent
08d1caf3c1
commit
a5f00c0d26
2 changed files with 15 additions and 1 deletions
14
NEWS
14
NEWS
|
@ -1,3 +1,17 @@
|
|||
Overview of changes in 0.0.8
|
||||
============================
|
||||
|
||||
* Add label for tagging, not tied to the fedora-toolbox name
|
||||
* Add short variants for various options in 'create' and 'enter'
|
||||
* Ensure that names of toolbox containers don't have a colon
|
||||
* Enable Travis
|
||||
* Fix miscellaneous issues pointed out by https://www.shellcheck.net/
|
||||
* Give access to Kerberos if KCM credential caches are being used
|
||||
* Improve the onboarding experience
|
||||
* Reduce the sizes of the images by removing temporary files created by DNF
|
||||
* Use a lighter entry point than /bin/sh
|
||||
|
||||
|
||||
Overview of changes in 0.0.7
|
||||
============================
|
||||
|
||||
|
|
|
@ -1,6 +1,6 @@
|
|||
project(
|
||||
'toolbox',
|
||||
version: '0.0.7',
|
||||
version: '0.0.8',
|
||||
license: 'ASL 2.0',
|
||||
meson_version: '>= 0.40.0',
|
||||
)
|
||||
|
|
Loading…
Reference in a new issue