Skip to content

Commit

Permalink
chore: Prepare for the release v1.6.0
Browse files Browse the repository at this point in the history
  • Loading branch information
orhun committed Nov 5, 2021
1 parent b695332 commit 61ed1a4
Show file tree
Hide file tree
Showing 4 changed files with 15 additions and 4 deletions.
13 changes: 12 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -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

Expand Down
2 changes: 1 addition & 1 deletion Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
@@ -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 <[email protected]>"]
license = "GPL-3.0"
Expand Down
2 changes: 1 addition & 1 deletion man/kmon.8
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
.\" Manpage for kmon.
.\" Contact [email protected] 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
Expand Down

0 comments on commit 61ed1a4

Please sign in to comment.