diff --git a/CHANGELOG.md b/CHANGELOG.md index 65e4cd3..bb5f9e8 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -5,7 +5,7 @@ All notable changes to this project will be documented in this file. The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/), and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html). -## [Unreleased] +## [1.5.2] - 2020-12-15 ### Added - Add codecov.yml - Add strategy to CD workflow for different targets diff --git a/Cargo.lock b/Cargo.lock index 146676e..f78fdd2 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -155,7 +155,7 @@ dependencies = [ [[package]] name = "kmon" -version = "1.5.1" +version = "1.5.2" dependencies = [ "bytesize", "clap", diff --git a/Cargo.toml b/Cargo.toml index 693d4d7..005fcba 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "kmon" -version = "1.5.1" +version = "1.5.2" 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 1685062..5c30daf 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" "Aug 2020" "kmon" "System Administration Utilities" +.TH KMON "8" "Dec 2020" "kmon" "System Administration Utilities" .SH NAME kmon \- manage the kernel modules and monitor kernel activities .SH SYNOPSIS