Skip to content

Commit 2367b58

Browse files
committed
chore: Prepare for the release v1.6.2
1 parent 74d8537 commit 2367b58

File tree

3 files changed

+5
-3
lines changed

3 files changed

+5
-3
lines changed

CHANGELOG.md

+3-1
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ All notable changes to this project will be documented in this file.
55
The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),
66
and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).
77

8-
## [1.6.1] - 2022-10-02
8+
## [1.6.2] - 2022-10-02
99
### Added
1010
- Add build script for generating manpage and completions ([#34](https://github.com/orhun/kmon/pull/34))
1111
- Enable [GitHub Sponsors](https://github.com/sponsors/orhun) for funding
@@ -19,6 +19,8 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
1919
### Fixed
2020
- Switch to [copypasta-ext](https://gitlab.com/timvisee/copypasta-ext) crate for fixing [RUSTSEC-2022-0056](https://rustsec.org/advisories/RUSTSEC-2022-0056)
2121

22+
## [1.6.1] - 2022-10-02
23+
2224
## [1.6.0] - 2021-11-05
2325

2426
### Added

Cargo.lock

+1-1
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

Cargo.toml

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "kmon"
3-
version = "1.6.1"
3+
version = "1.6.2"
44
description = "Linux kernel manager and activity monitor"
55
authors = ["Orhun Parmaksız <orhunparmaksiz@gmail.com>"]
66
license = "GPL-3.0"

0 commit comments

Comments
 (0)