diff --git a/CHANGELOG.md b/CHANGELOG.md index 095b8be..ab1df71 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,12 @@ # Changelog +## [0.6.0](https://github.com/kabouzeid/turm/compare/v0.5.0...v0.6.0) (2023-09-23) + + +### Features + +* toggle stdout/stderr ([bcd773b](https://github.com/kabouzeid/turm/commit/bcd773bd21ccb64860e651e2da881d57253fecb8)) + ## [0.5.0](https://github.com/kabouzeid/turm/compare/v0.4.0...v0.5.0) (2023-09-15) diff --git a/Cargo.lock b/Cargo.lock index 1cef421..0161bb7 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -683,7 +683,7 @@ dependencies = [ [[package]] name = "turm" -version = "0.5.0" +version = "0.6.0" dependencies = [ "clap", "clap_complete", diff --git a/Cargo.toml b/Cargo.toml index c9d8a0b..424eb6f 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "turm" -version = "0.5.0" +version = "0.6.0" authors = ["Karim Abou Zeid "] description = "A TUI for the Slurm Workload Manager." repository = "https://github.com/kabouzeid/turm"