diff options
author | orhun <orhun@archlinux.org> | 2021-07-16 23:53:33 +0300 |
---|---|---|
committer | orhun <orhun@archlinux.org> | 2021-07-16 23:53:33 +0300 |
commit | 606f2f475f004ccbf2aae33abe2e32f5dedbd69b (patch) | |
tree | a1f03e015d1d87c0e32b7b97d22065c15b8ebdd7 | |
parent | 769e292fad10d94a217dc462d93a95c00dac80cc (diff) |
chore: Prepare for the release v1.5.4v1.5.4
-rw-r--r-- | CHANGELOG.md | 13 | ||||
-rw-r--r-- | Cargo.lock | 2 | ||||
-rw-r--r-- | Cargo.toml | 2 |
3 files changed, 15 insertions, 2 deletions
diff --git a/CHANGELOG.md b/CHANGELOG.md index d775ab9..f9b13e3 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -7,6 +7,19 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 ## [Unreleased] +## [1.5.4] - 2021-07-16 + +This release contains major code refactoring for bumping [tui-rs](https://github.com/fdehau/tui-rs/) to the latest version. Please [report](https://github.com/orhun/kmon/issues/new/choose) if you come across any unexpected behaviour. + +### Changed +- Update dependencies to the latest version +- Update README.md about social media links and AUR installation +- Update RELEASE.md to mention the release signing key + +### Fixed +- Make the help text copyable via `c` key press +- Apply clippy suggestions + ## [1.5.3] - 2020-12-15 ### Fixed - Install X11 dependencies for crates.io release @@ -140,7 +140,7 @@ dependencies = [ [[package]] name = "kmon" -version = "1.5.3" +version = "1.5.4" dependencies = [ "bytesize", "clap", @@ -1,6 +1,6 @@ [package] name = "kmon" -version = "1.5.3" +version = "1.5.4" description = "Linux kernel manager and activity monitor" authors = ["Orhun Parmaksız <orhunparmaksiz@gmail.com>"] license = "GPL-3.0" |