From 61ed1a4ca04dd921156d090d863b9e07dee142ad Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Orhun=20Parmaks=C4=B1z?= Date: Fri, 5 Nov 2021 18:25:33 +0300 Subject: [PATCH] chore: Prepare for the release v1.6.0 --- CHANGELOG.md | 13 ++++++++++++- Cargo.lock | 2 +- Cargo.toml | 2 +- man/kmon.8 | 2 +- 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: + + + +### 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 "] 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