diff --git a/CHANGELOG.md b/CHANGELOG.md index d3609bf..095b8be 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,12 @@ # Changelog +## [0.5.0](https://github.com/kabouzeid/turm/compare/v0.4.0...v0.5.0) (2023-09-15) + + +### Features + +* show job count ([c169e18](https://github.com/kabouzeid/turm/commit/c169e1844574885246736dbde920ae0f77b121b2)) + ## [0.4.0](https://github.com/kabouzeid/turm/compare/v0.3.0...v0.4.0) (2023-04-23) diff --git a/Cargo.lock b/Cargo.lock index 886b771..1cef421 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -683,7 +683,7 @@ dependencies = [ [[package]] name = "turm" -version = "0.4.0" +version = "0.5.0" dependencies = [ "clap", "clap_complete", diff --git a/Cargo.toml b/Cargo.toml index 165c60e..c9d8a0b 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "turm" -version = "0.4.0" +version = "0.5.0" authors = ["Karim Abou Zeid "] description = "A TUI for the Slurm Workload Manager." repository = "https://github.com/kabouzeid/turm"