summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authororhun <orhun@archlinux.org>2021-08-11 20:45:11 +0300
committerorhun <orhun@archlinux.org>2021-08-11 20:45:11 +0300
commit9025c4fd7903ff6cef589335d8bb7eab2620c771 (patch)
tree40697c352fa7e0dee20112e1e3fa496c53678074
parent8579eae7705ff27e540d21c7be53e2fd31a24f94 (diff)
chore: Prepare for the release v1.5.5v1.5.5
-rw-r--r--CHANGELOG.md7
-rw-r--r--Cargo.lock2
-rw-r--r--Cargo.toml2
-rw-r--r--man/kmon.84
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 <orhunparmaksiz@gmail.com>"]
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: <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.