Skip to content

Commit a5f00c0

Browse files
committed
Prepare 0.0.8
1 parent 08d1caf commit a5f00c0

2 files changed

Lines changed: 15 additions & 1 deletion

File tree

NEWS

Lines changed: 14 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,17 @@
1+
Overview of changes in 0.0.8
2+
============================
3+
4+
* Add label for tagging, not tied to the fedora-toolbox name
5+
* Add short variants for various options in 'create' and 'enter'
6+
* Ensure that names of toolbox containers don't have a colon
7+
* Enable Travis
8+
* Fix miscellaneous issues pointed out by https://www.shellcheck.net/
9+
* Give access to Kerberos if KCM credential caches are being used
10+
* Improve the onboarding experience
11+
* Reduce the sizes of the images by removing temporary files created by DNF
12+
* Use a lighter entry point than /bin/sh
13+
14+
115
Overview of changes in 0.0.7
216
============================
317

meson.build

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
project(
22
'toolbox',
3-
version: '0.0.7',
3+
version: '0.0.8',
44
license: 'ASL 2.0',
55
meson_version: '>= 0.40.0',
66
)

0 commit comments

Comments
 (0)