summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorOrhun Parmaksız <orhunparmaksiz@gmail.com>2022-10-02 12:56:52 +0200
committerOrhun Parmaksız <orhunparmaksiz@gmail.com>2022-10-02 12:56:52 +0200
commit404fef27d343259e0dc80d06db4d4f0ae621f3a5 (patch)
treed709487517d4f9c105bb45b7066daa2f09c8cff5
parent71497946d8c078aa35c96015da4422ac7560dadc (diff)
chore: Prepare for the release v1.6.0v1.6.1
-rw-r--r--CHANGELOG.md14
-rw-r--r--Cargo.lock2
-rw-r--r--Cargo.toml2
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
diff --git a/Cargo.lock b/Cargo.lock
index 57e50bb..f23e25e 100644
--- a/Cargo.lock
+++ b/Cargo.lock
@@ -184,7 +184,7 @@ dependencies = [
[[package]]
name = "kmon"
-version = "1.6.0"
+version = "1.6.1"
dependencies = [
"bytesize",
"clap",
diff --git a/Cargo.toml b/Cargo.toml
index 8396166..67f6acf 100644
--- a/Cargo.toml
+++ b/Cargo.toml
@@ -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"