diff options
author | Orhun Parmaksız <orhunparmaksiz@gmail.com> | 2022-10-02 12:56:52 +0200 |
---|---|---|
committer | Orhun Parmaksız <orhunparmaksiz@gmail.com> | 2022-10-02 12:56:52 +0200 |
commit | 404fef27d343259e0dc80d06db4d4f0ae621f3a5 (patch) | |
tree | d709487517d4f9c105bb45b7066daa2f09c8cff5 | |
parent | 71497946d8c078aa35c96015da4422ac7560dadc (diff) |
chore: Prepare for the release v1.6.0v1.6.1
-rw-r--r-- | CHANGELOG.md | 14 | ||||
-rw-r--r-- | Cargo.lock | 2 | ||||
-rw-r--r-- | Cargo.toml | 2 |
3 files changed, 16 insertions, 2 deletions
diff --git a/CHANGELOG.md b/CHANGELOG.md index ed01066..a31c174 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -5,6 +5,20 @@ 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). +## [1.6.1] - 2022-10-02 +### Added +- Add build script for generating manpage and completions ([#34](https://github.com/orhun/kmon/pull/34)) +- Enable [GitHub Sponsors](https://github.com/sponsors/orhun) for funding + - Consider supporting me for my open-source efforts 💖 + +### Changed +- Update the project structure to be used as library +- Apply clippy suggestions +- Bump dependencies + +### Fixed +- Switch to [copypasta-ext](https://gitlab.com/timvisee/copypasta-ext) crate for fixing [RUSTSEC-2022-0056](https://rustsec.org/advisories/RUSTSEC-2022-0056) + ## [1.6.0] - 2021-11-05 ### Added @@ -184,7 +184,7 @@ dependencies = [ [[package]] name = "kmon" -version = "1.6.0" +version = "1.6.1" dependencies = [ "bytesize", "clap", @@ -1,6 +1,6 @@ [package] name = "kmon" -version = "1.6.0" +version = "1.6.1" description = "Linux kernel manager and activity monitor" authors = ["Orhun Parmaksız <orhunparmaksiz@gmail.com>"] license = "GPL-3.0" |