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