From ae35d3174cccd23c3286e777ad25e754a32a0d61 Mon Sep 17 00:00:00 2001 From: Aaron Kutch Date: Sat, 11 Nov 2023 02:01:22 -0600 Subject: [PATCH] Version 0.9.0 --- CHANGELOG.md | 2 +- Cargo.toml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index d8a6af7..511be15 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,6 +1,6 @@ # Changelog -## [0.9.0] - TODO +## [0.9.0] - 2023-11-11 ### Fixes - Fixed that `Command`s and all downstream constructs would add an extra newline byte at the end of standard stream copying even if there wasn't one in actuality diff --git a/Cargo.toml b/Cargo.toml index cff8280..3452b23 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "super_orchestrator" -version = "0.8.0" +version = "0.9.0" edition = "2021" authors = ["Aaron Kutch "] license = "MIT OR Apache-2.0"