From 9025c4fd7903ff6cef589335d8bb7eab2620c771 Mon Sep 17 00:00:00 2001 From: orhun Date: Wed, 11 Aug 2021 20:45:11 +0300 Subject: [PATCH] chore: Prepare for the release v1.5.5 --- CHANGELOG.md | 7 +++++++ Cargo.lock | 2 +- Cargo.toml | 2 +- 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. diff --git a/Cargo.lock b/Cargo.lock index 7bb7f4e..0e4cb0e 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -140,7 +140,7 @@ dependencies = [ [[package]] name = "kmon" -version = "1.5.4" +version = "1.5.5" dependencies = [ "bytesize", "clap", diff --git a/Cargo.toml b/Cargo.toml index 784178f..fbeec53 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -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 "] license = "GPL-3.0" diff --git a/man/kmon.8 b/man/kmon.8 index 5c30daf..ca86d13 100644 --- a/man/kmon.8 +++ b/man/kmon.8 @@ -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: .SH AUTHOR Orhun PARMAKSIZ .SH COPYRIGHT -Copyright (C) 2020 Orhun PARMAKSIZ +Copyright (C) 2020-2021 Orhun PARMAKSIZ .P GNU General Public License v3.