From 002ecd565e8f1037d34bc817617cd7f72a410c2e Mon Sep 17 00:00:00 2001 From: "flowzone-app[bot]" <124931076+flowzone-app[bot]@users.noreply.github.com> Date: Thu, 16 Nov 2023 14:26:47 +0000 Subject: [PATCH] v0.0.31 --- .versionbot/CHANGELOG.yml | 26 ++++++++++++++++++++++++++ CHANGELOG.md | 6 ++++++ VERSION | 2 +- 3 files changed, 33 insertions(+), 1 deletion(-) diff --git a/.versionbot/CHANGELOG.yml b/.versionbot/CHANGELOG.yml index c47a77b..97b41ec 100644 --- a/.versionbot/CHANGELOG.yml +++ b/.versionbot/CHANGELOG.yml @@ -1,3 +1,29 @@ +- commits: + - subject: Create /dev/fd symlink so anonymous pipes can be created + hash: 91bfde1a56e261157ba0252fdded8d04d485ff36 + body: | + In order to support process substitution and anonymous + pipes we need to ensure the /dev/fd path exists. + footer: + Change-type: patch + change-type: patch + Signed-off-by: Kyle Harding + signed-off-by: Kyle Harding + author: Kyle Harding + nested: [] + - subject: Test redirection of stdout and stderr + hash: 3c4c916fd04d74e4032289d2861aa8fd99faebe3 + body: "" + footer: + Change-type: patch + change-type: patch + Signed-off-by: Kyle Harding + signed-off-by: Kyle Harding + author: Kyle Harding + nested: [] + version: 0.0.31 + title: "" + date: 2023-11-16T14:26:44.863Z - commits: - subject: Merge test VM install scripts into setup.sh hash: 13daeaf004910f3dc79f78a3a37ed0fb6fa7ca7c diff --git a/CHANGELOG.md b/CHANGELOG.md index a6a04eb..3645583 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -4,6 +4,12 @@ All notable changes to this project will be documented in this file automatically by Versionist. DO NOT EDIT THIS FILE MANUALLY! This project adheres to [Semantic Versioning](http://semver.org/). +# v0.0.31 +## (2023-11-16) + +* Create /dev/fd symlink so anonymous pipes can be created [Kyle Harding] +* Test redirection of stdout and stderr [Kyle Harding] + # v0.0.30 ## (2023-11-10) diff --git a/VERSION b/VERSION index 8db6c8a..700703b 100644 --- a/VERSION +++ b/VERSION @@ -1 +1 @@ -0.0.30 \ No newline at end of file +0.0.31 \ No newline at end of file