From db697a301a207f44d75811386262726b7e0a0547 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?J=C3=BCrg=20Billeter?= Date: Fri, 13 Feb 2026 15:55:49 +0100 Subject: [PATCH 1/2] NEWS: Prepare for 2.7.0 --- NEWS | 10 ++++++++++ 1 file changed, 10 insertions(+) diff --git a/NEWS b/NEWS index 3bc60d2..e8066d7 100644 --- a/NEWS +++ b/NEWS @@ -1,3 +1,13 @@ +========================= +buildstream-plugins 2.7.0 +========================= + + o cargo: Support source provenance (#98) + + o Fix multiple issues in the Docker source plugin (#96) + + o Support Python 3.14 and drop support for Python 3.9 (#94, #97) + ========================= buildstream-plugins 2.5.0 ========================= From 2825a4057e44a4669b48bff8268d06bb6835758d Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?J=C3=BCrg=20Billeter?= Date: Fri, 13 Feb 2026 17:49:02 +0100 Subject: [PATCH 2/2] __init__.py: Bump version to 2.7.0.dev0 --- src/buildstream_plugins/__init__.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/buildstream_plugins/__init__.py b/src/buildstream_plugins/__init__.py index e9dfec9..55835b2 100644 --- a/src/buildstream_plugins/__init__.py +++ b/src/buildstream_plugins/__init__.py @@ -15,4 +15,4 @@ # # Remember to adjust this version number before tagging releases # -__version__ = "2.5.0" +__version__ = "2.7.0.dev0"