You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@buildstream.apache.org by tv...@apache.org on 2022/12/04 05:27:18 UTC

[buildstream-plugins] branch master updated: Updating NEWS and version for 1.95.6 snapshot

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 38eb56f  Updating NEWS and version for 1.95.6 snapshot
38eb56f is described below

commit 38eb56f494af2025a0e5189f9e1f4da33c38a197
Author: Tristan van Berkom <tr...@codethink.co.uk>
AuthorDate: Sun Dec 4 14:26:31 2022 +0900

    Updating NEWS and version for 1.95.6 snapshot
---
 NEWS                                | 8 ++++++++
 src/buildstream_plugins/__init__.py | 2 +-
 2 files changed, 9 insertions(+), 1 deletion(-)

diff --git a/NEWS b/NEWS
index 93947a4..dd748ac 100644
--- a/NEWS
+++ b/NEWS
@@ -1,3 +1,11 @@
+==========================
+buildstream-plugins 1.95.6
+==========================
+
+  o Removed some deprecated variables from plugins (#34)
+
+  o Avoid deprecation warnings in meson (#38)
+
 ==========================
 buildstream-plugins 1.95.5
 ==========================
diff --git a/src/buildstream_plugins/__init__.py b/src/buildstream_plugins/__init__.py
index 3ea42e1..92bc12f 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__ = "1.95.5"
+__version__ = "1.95.6"