summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorOrhun Parmaksız <orhunparmaksiz@gmail.com>2024-04-12 01:12:43 +0300
committerOrhun Parmaksız <orhunparmaksiz@gmail.com>2024-04-12 13:59:02 +0300
commit2487c3a761d6672a5a73c913593ab6d1710b697f (patch)
tree1f517a50774de313d757e3db15b14725cef15f3b
parentfdbce155bcb18fc1c7aca2ca71aaf685f8b3df55 (diff)
chore: Prepare for the release v1.6.5v1.6.5
-rw-r--r--CHANGELOG.md17
-rw-r--r--Cargo.lock2
-rw-r--r--Cargo.toml2
3 files changed, 19 insertions, 2 deletions
diff --git a/CHANGELOG.md b/CHANGELOG.md
index 0ad2ec2..707c3ea 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -5,6 +5,23 @@ 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.5] - 2024-04-12
+### Added
+- Add a panic hook to reset terminal upon panic by @eld4niz in [#141](https://github.com/orhun/kmon/pull/141)
+
+### Changed
+- Upgrade dependencies by @orhun
+- Bump the Rust version in Dockerfile by @orhun
+- Update funding options
+- Update license copyright years
+- Prepare for the release v1.6.5
+
+### Fixed
+- Do not panic when /proc/modules does not exist by @eld4niz in [#139](https://github.com/orhun/kmon/pull/139)
+
+### New Contributors
+* @eld4niz made their first contribution in [#139](https://github.com/orhun/kmon/pull/139)
+
## [1.6.4] - 2023-10-27
### Changed
- Bump dependencies
diff --git a/Cargo.lock b/Cargo.lock
index 7058d4b..aea0c51 100644
--- a/Cargo.lock
+++ b/Cargo.lock
@@ -335,7 +335,7 @@ checksum = "49f1f14873335454500d59611f1cf4a4b0f786f9ac11f4312a78e4cf2566695b"
[[package]]
name = "kmon"
-version = "1.6.4"
+version = "1.6.5"
dependencies = [
"bytesize",
"clap",
diff --git a/Cargo.toml b/Cargo.toml
index fc720be..a7f4022 100644
--- a/Cargo.toml
+++ b/Cargo.toml
@@ -1,6 +1,6 @@
[package]
name = "kmon"
-version = "1.6.4"
+version = "1.6.5"
description = "Linux kernel manager and activity monitor"
authors = ["Orhun Parmaksız <orhunparmaksiz@gmail.com>"]
license = "GPL-3.0"