summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authororhun <orhun@archlinux.org>2021-07-16 23:53:33 +0300
committerorhun <orhun@archlinux.org>2021-07-16 23:53:33 +0300
commit606f2f475f004ccbf2aae33abe2e32f5dedbd69b (patch)
treea1f03e015d1d87c0e32b7b97d22065c15b8ebdd7
parent769e292fad10d94a217dc462d93a95c00dac80cc (diff)
chore: Prepare for the release v1.5.4v1.5.4
-rw-r--r--CHANGELOG.md13
-rw-r--r--Cargo.lock2
-rw-r--r--Cargo.toml2
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
diff --git a/Cargo.lock b/Cargo.lock
index d82d70a..9ef227c 100644
--- a/Cargo.lock
+++ b/Cargo.lock
@@ -140,7 +140,7 @@ dependencies = [
[[package]]
name = "kmon"
-version = "1.5.3"
+version = "1.5.4"
dependencies = [
"bytesize",
"clap",
diff --git a/Cargo.toml b/Cargo.toml
index b1d3943..92306b7 100644
--- a/Cargo.toml
+++ b/Cargo.toml
@@ -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"