Prepare 0.0.99

This commit is contained in:
Debarshi Ray 2021-01-12 13:56:59 +01:00
parent 120eea449e
commit 772451c5e5
2 changed files with 15 additions and 1 deletions

14
NEWS
View file

@ -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
===============================

View file

@ -1,7 +1,7 @@
project(
'toolbox',
'c',
version: '0.0.98.1',
version: '0.0.99',
license: 'ASL 2.0',
meson_version: '>= 0.40.0',
)