Skip to content

Commit 404fef2

Browse files
committed
chore: Prepare for the release v1.6.0
1 parent 7149794 commit 404fef2

File tree

3 files changed

+16
-2
lines changed

3 files changed

+16
-2
lines changed

CHANGELOG.md

Lines changed: 14 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,20 @@ 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
9+
### Added
10+
- Add build script for generating manpage and completions ([#34](https://github.com/orhun/kmon/pull/34))
11+
- Enable [GitHub Sponsors](https://github.com/sponsors/orhun) for funding
12+
- Consider supporting me for my open-source efforts 💖
13+
14+
### Changed
15+
- Update the project structure to be used as library
16+
- Apply clippy suggestions
17+
- Bump dependencies
18+
19+
### Fixed
20+
- Switch to [copypasta-ext](https://gitlab.com/timvisee/copypasta-ext) crate for fixing [RUSTSEC-2022-0056](https://rustsec.org/advisories/RUSTSEC-2022-0056)
21+
822
## [1.6.0] - 2021-11-05
923

1024
### Added

Cargo.lock

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "kmon"
3-
version = "1.6.0"
3+
version = "1.6.1"
44
description = "Linux kernel manager and activity monitor"
55
authors = ["Orhun Parmaksız <[email protected]>"]
66
license = "GPL-3.0"

0 commit comments

Comments
 (0)