Prepare 0.0.99
This commit is contained in:
parent
120eea449e
commit
772451c5e5
2 changed files with 15 additions and 1 deletions
14
NEWS
14
NEWS
|
@ -1,3 +1,17 @@
|
||||||
|
Overview of changes in 0.0.99
|
||||||
|
=============================
|
||||||
|
|
||||||
|
* Add a --distro option to 'create', 'enter' and 'run'
|
||||||
|
* Prevent setting VTE-specific PROMPT_COMMAND without VTE
|
||||||
|
* Remove the --candidate-registry option from Bash completion and the manual
|
||||||
|
for 'create'
|
||||||
|
* Remove the deprecated reset command
|
||||||
|
* Support RHEL hosts by creating containers based on UBI
|
||||||
|
* Try to avoid 'latest' tags, when looking at RepoTags
|
||||||
|
* Update the labels used for filtering toolbox containers images
|
||||||
|
* Update the range of supported Fedora releases
|
||||||
|
|
||||||
|
|
||||||
Overview of changes in 0.0.98.1
|
Overview of changes in 0.0.98.1
|
||||||
===============================
|
===============================
|
||||||
|
|
||||||
|
|
|
@ -1,7 +1,7 @@
|
||||||
project(
|
project(
|
||||||
'toolbox',
|
'toolbox',
|
||||||
'c',
|
'c',
|
||||||
version: '0.0.98.1',
|
version: '0.0.99',
|
||||||
license: 'ASL 2.0',
|
license: 'ASL 2.0',
|
||||||
meson_version: '>= 0.40.0',
|
meson_version: '>= 0.40.0',
|
||||||
)
|
)
|
||||||
|
|
Loading…
Reference in a new issue