Prepare 0.1.0

https://github.com/containers/toolbox/pull/1570
This commit is contained in:
Debarshi Ray 2024-10-22 22:05:01 +02:00
parent 2bac22bc28
commit d21f8e895c
2 changed files with 13 additions and 1 deletions

12
NEWS
View File

@ -1,3 +1,15 @@
Overview of changes in 0.1.0
============================
* Add ubuntu-toolbox image definitions for Ubuntu 24.10
* Optimize the CI on stable Fedora nodes
* Stop updating the ubuntu-toolbox images for Ubuntu 16.04 and 18.04
* Stop using slirp4netns(1) in the system tests
* Unbreak the downstream Fedora CI
* Unbreak the ubuntu-toolbox image build for Ubuntu 24.04
* Update fallback release to 40 for non-fedora hosts
Overview of changes in 0.0.99.6
===============================

View File

@ -1,7 +1,7 @@
project(
'toolbox',
'c',
version: '0.0.99.6',
version: '0.1.0',
license: 'ASL 2.0',
default_options: 'c_std=c99',
meson_version: '>= 0.58.0',