summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorOrhun Parmaksız <orhunparmaksiz@gmail.com>2021-11-05 18:25:33 +0300
committerOrhun Parmaksız <orhunparmaksiz@gmail.com>2021-11-05 18:25:33 +0300
commit61ed1a4ca04dd921156d090d863b9e07dee142ad (patch)
treef4e7dadc481a298faf6de0a73375030cf40a8768
parentb6953321374ab7b0781cf4c1c1c87ead40fa4615 (diff)
chore: Prepare for the release v1.6.0v1.6.0
-rw-r--r--CHANGELOG.md13
-rw-r--r--Cargo.lock2
-rw-r--r--Cargo.toml2
-rw-r--r--man/kmon.82
4 files changed, 15 insertions, 4 deletions
diff --git a/CHANGELOG.md b/CHANGELOG.md
index d4c08cc..ed01066 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -5,7 +5,18 @@ 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.6.0] - 2021-11-05
+
+### Added
+- Add [options menu](https://github.com/orhun/kmon#options-menu) for managing the kernel modules. Press `m` to show:
+
+<img src="https://user-images.githubusercontent.com/24392180/140534532-f7a3bb59-ba2f-4f6b-9540-d6e21e96a2e2.jpg" width="500">
+
+### Changed
+
+- Migrate to Rust 2021 edition
+- Bump the dependencies
+- Optimize CI/CD workflows
## [1.5.5] - 2021-08-11
diff --git a/Cargo.lock b/Cargo.lock
index b76a78c..55de7f9 100644
--- a/Cargo.lock
+++ b/Cargo.lock
@@ -142,7 +142,7 @@ dependencies = [
[[package]]
name = "kmon"
-version = "1.5.5"
+version = "1.6.0"
dependencies = [
"bytesize",
"clap",
diff --git a/Cargo.toml b/Cargo.toml
index 0c36ea1..581c35e 100644
--- a/Cargo.toml
+++ b/Cargo.toml
@@ -1,6 +1,6 @@
[package]
name = "kmon"
-version = "1.5.5"
+version = "1.6.0"
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 e23765f..c2a3eca 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 2021" "kmon" "System Administration Utilities"
+.TH KMON "8" "Nov 2021" "kmon" "System Administration Utilities"
.SH NAME
kmon \- manage the kernel modules and monitor kernel activities
.SH SYNOPSIS