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/10/12 14:31:35 UTC

[buildstream-plugins] branch master updated (c82665e -> 4acd6f3)

This is an automated email from the ASF dual-hosted git repository.

tvb pushed a change to branch master
in repository https://gitbox.apache.org/repos/asf/buildstream-plugins.git


    from c82665e  Merge pull request #33 from apache/tristan/encode-docs-version
     new 097deb6  Setting release version to 1.95.3
     new 4acd6f3  NEWS: Updating for 1.95.3

The 2 revisions listed above as "new" are entirely new to this
repository and will be described in separate emails.  The revisions
listed as "add" were already present in the repository and have only
been added to this reference.


Summary of changes:
 NEWS                                | 10 ++++++++++
 src/buildstream_plugins/__init__.py |  2 +-
 2 files changed, 11 insertions(+), 1 deletion(-)


[buildstream-plugins] 01/02: Setting release version to 1.95.3

Posted by tv...@apache.org.
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

commit 097deb663c0d46af85ba72d4b7df4c475c775a6c
Author: Tristan van Berkom <tr...@codethink.co.uk>
AuthorDate: Wed Oct 12 23:29:03 2022 +0900

    Setting release version to 1.95.3
---
 src/buildstream_plugins/__init__.py | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/src/buildstream_plugins/__init__.py b/src/buildstream_plugins/__init__.py
index e0d37ee..cec8be8 100644
--- a/src/buildstream_plugins/__init__.py
+++ b/src/buildstream_plugins/__init__.py
@@ -1,4 +1,4 @@
 #
 # Remember to adjust this version number before tagging releases
 #
-__version__ = "1.95.1"
+__version__ = "1.95.3"


[buildstream-plugins] 02/02: NEWS: Updating for 1.95.3

Posted by tv...@apache.org.
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

commit 4acd6f3cd00de867fd08ae8e784c7b7c97bf3e27
Author: Tristan van Berkom <tr...@codethink.co.uk>
AuthorDate: Wed Oct 12 23:29:32 2022 +0900

    NEWS: Updating for 1.95.3
---
 NEWS | 10 ++++++++++
 1 file changed, 10 insertions(+)

diff --git a/NEWS b/NEWS
index 9e1798d..0fef6d9 100644
--- a/NEWS
+++ b/NEWS
@@ -1,3 +1,13 @@
+==========================
+buildstream-plugins 1.95.3
+==========================
+
+  o Revert the convenience build-dir attempt for autotools (#29)
+
+  o Fix new linting errors
+
+  o Manage release version in one place (#33)
+
 ==========================
 buildstream-plugins 1.95.1
 ==========================