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/05 04:22:06 UTC

[buildstream-plugins] branch master updated: Updating NEWS and version for 1.95.7 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 98edb29  Updating NEWS and version for 1.95.7 snapshot
98edb29 is described below

commit 98edb29fced61177a7b97900018376afcd2db2bc
Author: Tristan van Berkom <tr...@codethink.co.uk>
AuthorDate: Mon Dec 5 13:21:29 2022 +0900

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

diff --git a/NEWS b/NEWS
index dd748ac..2514fd8 100644
--- a/NEWS
+++ b/NEWS
@@ -1,3 +1,11 @@
+==========================
+buildstream-plugins 1.95.7
+==========================
+
+  o meson: Use `meson install` and rename JOBS environment variable (#41)
+
+  o meson, cmake: Ensure verbosity (#42)
+
 ==========================
 buildstream-plugins 1.95.6
 ==========================
diff --git a/src/buildstream_plugins/__init__.py b/src/buildstream_plugins/__init__.py
index 92bc12f..7d0f35a 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.6"
+__version__ = "1.95.7"