diff options
author | orhun <orhun@archlinux.org> | 2021-08-11 20:45:11 +0300 |
---|---|---|
committer | orhun <orhun@archlinux.org> | 2021-08-11 20:45:11 +0300 |
commit | 9025c4fd7903ff6cef589335d8bb7eab2620c771 (patch) | |
tree | 40697c352fa7e0dee20112e1e3fa496c53678074 | |
parent | 8579eae7705ff27e540d21c7be53e2fd31a24f94 (diff) |
chore: Prepare for the release v1.5.5v1.5.5
-rw-r--r-- | CHANGELOG.md | 7 | ||||
-rw-r--r-- | Cargo.lock | 2 | ||||
-rw-r--r-- | Cargo.toml | 2 | ||||
-rw-r--r-- | man/kmon.8 | 4 |
4 files changed, 11 insertions, 4 deletions
diff --git a/CHANGELOG.md b/CHANGELOG.md index f9b13e3..d4c08cc 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -7,6 +7,13 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 ## [Unreleased] +## [1.5.5] - 2021-08-11 + +### Changed +- Center the title of kernel information block +- Update dependencies to the latest version +- Update the upload step in CD workflow + ## [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. @@ -140,7 +140,7 @@ dependencies = [ [[package]] name = "kmon" -version = "1.5.4" +version = "1.5.5" dependencies = [ "bytesize", "clap", @@ -1,6 +1,6 @@ [package] name = "kmon" -version = "1.5.4" +version = "1.5.5" description = "Linux kernel manager and activity monitor" authors = ["Orhun Parmaksız <orhunparmaksiz@gmail.com>"] license = "GPL-3.0" @@ -1,6 +1,6 @@ .\" Manpage for kmon. .\" Contact orhunparmaksiz@gmail.com to correct errors or typos. -.TH KMON "8" "Dec 2020" "kmon" "System Administration Utilities" +.TH KMON "8" "Aug 2021" "kmon" "System Administration Utilities" .SH NAME kmon \- manage the kernel modules and monitor kernel activities .SH SYNOPSIS @@ -114,6 +114,6 @@ Use "Issues" page for reporting bugs: <https://github.com/orhun/kmon/issues/> .SH AUTHOR Orhun PARMAKSIZ <orhunparmaksiz@gmail.com> .SH COPYRIGHT -Copyright (C) 2020 Orhun PARMAKSIZ +Copyright (C) 2020-2021 Orhun PARMAKSIZ .P GNU General Public License v3. |