diff --git a/CHANGELOG.md b/CHANGELOG.md index 4b1e7d2..d3609bf 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,13 @@ # Changelog +## [0.4.0](https://github.com/kabouzeid/turm/compare/v0.3.0...v0.4.0) (2023-04-23) + + +### Features + +* faster fast scrolling (shift/control/alt) ([37e205a](https://github.com/kabouzeid/turm/commit/37e205aaf819e99e13aea70327de84289cba0482)) +* scroll to top/bottom ([0022a70](https://github.com/kabouzeid/turm/commit/0022a70a58d6a0f2b1e159f0b5afef99ae6ea2c1)) + ## [0.3.0](https://github.com/kabouzeid/turm/compare/v0.2.0...v0.3.0) (2023-04-17) diff --git a/Cargo.lock b/Cargo.lock index 9ab610e..72b00c3 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -608,7 +608,7 @@ dependencies = [ [[package]] name = "turm" -version = "0.3.0" +version = "0.4.0" dependencies = [ "clap", "clap_complete", diff --git a/Cargo.toml b/Cargo.toml index 90a795e..62ed8ce 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "turm" -version = "0.3.0" +version = "0.4.0" authors = ["Karim Abou Zeid "] description = "A TUI for the Slurm Workload Manager." repository = "https://github.com/kabouzeid/turm"