From a919a82d33fb70f5c4c78e04cc8d485a44a04897 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Mon, 17 Apr 2023 21:33:58 +0000 Subject: [PATCH] chore(main): release 0.3.0 --- CHANGELOG.md | 8 ++++++++ Cargo.lock | 2 +- Cargo.toml | 2 +- 3 files changed, 10 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 362f764..4b1e7d2 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,13 @@ # Changelog +## [0.3.0](https://github.com/kabouzeid/turm/compare/v0.2.0...v0.3.0) (2023-04-17) + + +### Features + +* add shell completions ([e9b8de0](https://github.com/kabouzeid/turm/commit/e9b8de0018b3dd91d72db6e3c164aa18a1fe17d9)) +* proper cli with help ([90988f6](https://github.com/kabouzeid/turm/commit/90988f65208b353204acd6a570be45e753bfcdfc)) + ## [0.2.0](https://github.com/kabouzeid/turm/compare/v0.1.0...v0.2.0) (2023-04-15) diff --git a/Cargo.lock b/Cargo.lock index ef30994..9ab610e 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -608,7 +608,7 @@ dependencies = [ [[package]] name = "turm" -version = "0.2.0" +version = "0.3.0" dependencies = [ "clap", "clap_complete", diff --git a/Cargo.toml b/Cargo.toml index 8fc3097..90a795e 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "turm" -version = "0.2.0" +version = "0.3.0" authors = ["Karim Abou Zeid "] description = "A TUI for the Slurm Workload Manager." repository = "https://github.com/kabouzeid/turm"