This is an automated email from the ASF dual-hosted git repository.
tvb pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/buildstream-plugins.git
The following commit(s) were added to refs/heads/master by this push:
new 3541b59 NEWS: Updating for 2.1.0 release
3541b59 is described below
commit 3541b5901552206b9f47ca1267ac66b92f6b9e61
Author: Tristan van Berkom <[email protected]>
AuthorDate: Mon Sep 18 13:59:46 2023 +0900
NEWS: Updating for 2.1.0 release
---
NEWS | 6 ++++++
src/buildstream_plugins/__init__.py | 2 +-
2 files changed, 7 insertions(+), 1 deletion(-)
diff --git a/NEWS b/NEWS
index c0feaa4..55f1650 100644
--- a/NEWS
+++ b/NEWS
@@ -1,3 +1,9 @@
+=========================
+buildstream-plugins 2.1.0
+=========================
+
+ o Guard against malformed URIs in cargo crates (#52)
+
=========================
buildstream-plugins 2.0.1
=========================
diff --git a/src/buildstream_plugins/__init__.py
b/src/buildstream_plugins/__init__.py
index 89f31ca..bc0ed84 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.0.1"
+__version__ = "2.1.0.dev0"