From 5112255b0549591eef2d46029780089ef05cf01a Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Mon, 29 Jul 2024 00:39:51 +0200 Subject: [PATCH] chore(main): release 0.7.3 (#33) Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com> --- CHANGELOG.md | 7 +++++++ Cargo.lock | 2 +- Cargo.toml | 2 +- 3 files changed, 9 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 8a3e454..2a859c7 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,12 @@ # Changelog +## [0.7.3](https://github.com/kabouzeid/turm/compare/v0.7.2...v0.7.3) (2024-07-28) + + +### Miscellaneous Chores + +* release 0.7.3 ([ae8665b](https://github.com/kabouzeid/turm/commit/ae8665b25d68842dc1100f85aee643bc122ef52f)) + ## [0.7.2](https://github.com/kabouzeid/turm/compare/v0.7.1...v0.7.2) (2024-07-28) diff --git a/Cargo.lock b/Cargo.lock index 062fca8..fe60dea 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -694,7 +694,7 @@ dependencies = [ [[package]] name = "turm" -version = "0.7.2" +version = "0.7.3" dependencies = [ "clap", "clap_complete", diff --git a/Cargo.toml b/Cargo.toml index 2a1b8bb..33cc6e3 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "turm" -version = "0.7.2" +version = "0.7.3" authors = ["Karim Abou Zeid "] description = "A TUI for the Slurm Workload Manager." repository = "https://github.com/kabouzeid/turm"