Skip to content

Commit 606f2f4

Browse files
committed
chore: Prepare for the release v1.5.4
1 parent 769e292 commit 606f2f4

File tree

3 files changed

+15
-2
lines changed

3 files changed

+15
-2
lines changed

CHANGELOG.md

Lines changed: 13 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,19 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
77

88
## [Unreleased]
99

10+
## [1.5.4] - 2021-07-16
11+
12+
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.
13+
14+
### Changed
15+
- Update dependencies to the latest version
16+
- Update README.md about social media links and AUR installation
17+
- Update RELEASE.md to mention the release signing key
18+
19+
### Fixed
20+
- Make the help text copyable via `c` key press
21+
- Apply clippy suggestions
22+
1023
## [1.5.3] - 2020-12-15
1124
### Fixed
1225
- Install X11 dependencies for crates.io release

Cargo.lock

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "kmon"
3-
version = "1.5.3"
3+
version = "1.5.4"
44
description = "Linux kernel manager and activity monitor"
55
authors = ["Orhun Parmaksız <[email protected]>"]
66
license = "GPL-3.0"

0 commit comments

Comments
 (0)