From d21f8e895cc16b1ef8e071ff93ab6a2d809a54db Mon Sep 17 00:00:00 2001 From: Debarshi Ray Date: Tue, 22 Oct 2024 22:05:01 +0200 Subject: [PATCH] Prepare 0.1.0 https://github.com/containers/toolbox/pull/1570 --- NEWS | 12 ++++++++++++ meson.build | 2 +- 2 files changed, 13 insertions(+), 1 deletion(-) diff --git a/NEWS b/NEWS index af4c800b2..f0b4ddf29 100644 --- a/NEWS +++ b/NEWS @@ -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 =============================== diff --git a/meson.build b/meson.build index a305a71d0..b7143b559 100644 --- a/meson.build +++ b/meson.build @@ -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',