From 4d2e4ce5334f3f45545777a9c50911c730c89e87 Mon Sep 17 00:00:00 2001 From: Andrew Woodlee Date: Tue, 10 Feb 2026 12:01:11 -0600 Subject: [PATCH] v0.11.5 --- .changes/unreleased/Changed-20260210-115903.yaml | 3 --- .changes/v0.11.5.md | 3 +++ CHANGELOG.md | 4 ++++ 3 files changed, 7 insertions(+), 3 deletions(-) delete mode 100644 .changes/unreleased/Changed-20260210-115903.yaml create mode 100644 .changes/v0.11.5.md diff --git a/.changes/unreleased/Changed-20260210-115903.yaml b/.changes/unreleased/Changed-20260210-115903.yaml deleted file mode 100644 index 31f856b..0000000 --- a/.changes/unreleased/Changed-20260210-115903.yaml +++ /dev/null @@ -1,3 +0,0 @@ -kind: Changed -body: 'Command.Type: scriptFile no longer requests psudoterminal' -time: 2026-02-10T11:59:03.24953839-06:00 diff --git a/.changes/v0.11.5.md b/.changes/v0.11.5.md new file mode 100644 index 0000000..f548755 --- /dev/null +++ b/.changes/v0.11.5.md @@ -0,0 +1,3 @@ +## v0.11.5 - 2026-02-10 +### Changed +* Command.Type: scriptFile no longer requests psudoterminal diff --git a/CHANGELOG.md b/CHANGELOG.md index bccd07b..1fae975 100755 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -6,6 +6,10 @@ adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html), and is generated by [Changie](https://github.com/miniscruff/changie). +## v0.11.5 - 2026-02-10 +### Changed +* Command.Type: scriptFile no longer requests psudoterminal + ## v0.11.4 - 2026-02-01 ### Changed * Command.[name].output.file: now appends correctly to the beginning of file in an absolute path