summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authororhun <orhunparmaksiz@gmail.com>2020-12-15 01:59:12 +0300
committerorhun <orhunparmaksiz@gmail.com>2020-12-15 01:59:12 +0300
commit5e11c84a4e01d89ac7f095c73a27965340075a52 (patch)
tree9e40dd4d88004f0099aba818d425cda5624843b8
parenteea6acd93e103c3f56443bb7dce142c2ab1efe3c (diff)
chore: Prepare for the release v1.5.2v1.5.2
-rw-r--r--CHANGELOG.md2
-rw-r--r--Cargo.lock2
-rw-r--r--Cargo.toml2
-rw-r--r--man/kmon.82
4 files changed, 4 insertions, 4 deletions
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 <orhunparmaksiz@gmail.com>"]
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