Skip to content

Commit 2487c3a

Browse files
committed
chore: Prepare for the release v1.6.5
1 parent fdbce15 commit 2487c3a

File tree

3 files changed

+19
-2
lines changed

3 files changed

+19
-2
lines changed

CHANGELOG.md

+17
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,23 @@ 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.5] - 2024-04-12
9+
### Added
10+
- Add a panic hook to reset terminal upon panic by @eld4niz in [#141](https://github.com/orhun/kmon/pull/141)
11+
12+
### Changed
13+
- Upgrade dependencies by @orhun
14+
- Bump the Rust version in Dockerfile by @orhun
15+
- Update funding options
16+
- Update license copyright years
17+
- Prepare for the release v1.6.5
18+
19+
### Fixed
20+
- Do not panic when /proc/modules does not exist by @eld4niz in [#139](https://github.com/orhun/kmon/pull/139)
21+
22+
### New Contributors
23+
* @eld4niz made their first contribution in [#139](https://github.com/orhun/kmon/pull/139)
24+
825
## [1.6.4] - 2023-10-27
926
### Changed
1027
- Bump dependencies

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.4"
3+
version = "1.6.5"
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)