Skip to content

Commit 95e0238

Browse files
authored
Merge pull request #99 from apache/jbilleter/2.7.0
Prepare for 2.7.0
2 parents 169c4f8 + 2825a40 commit 95e0238

2 files changed

Lines changed: 11 additions & 1 deletion

File tree

NEWS

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -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+
111
=========================
212
buildstream-plugins 2.5.0
313
=========================

src/buildstream_plugins/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,4 +15,4 @@
1515
#
1616
# Remember to adjust this version number before tagging releases
1717
#
18-
__version__ = "2.5.0"
18+
__version__ = "2.7.0.dev0"

0 commit comments

Comments
 (0)