We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 169c4f8 + 2825a40 commit 95e0238Copy full SHA for 95e0238
2 files changed
NEWS
@@ -1,3 +1,13 @@
1
+=========================
2
+buildstream-plugins 2.7.0
3
4
+
5
+ o cargo: Support source provenance (#98)
6
7
+ o Fix multiple issues in the Docker source plugin (#96)
8
9
+ o Support Python 3.14 and drop support for Python 3.9 (#94, #97)
10
11
=========================
12
buildstream-plugins 2.5.0
13
src/buildstream_plugins/__init__.py
@@ -15,4 +15,4 @@
15
#
16
# Remember to adjust this version number before tagging releases
17
18
-__version__ = "2.5.0"
+__version__ = "2.7.0.dev0"
0 commit comments