Skip to content

Commit

Permalink
chore: Prepare for the release v1.6.5
Browse files Browse the repository at this point in the history
  • Loading branch information
orhun committed Apr 12, 2024
1 parent fdbce15 commit 2487c3a
Show file tree
Hide file tree
Showing 3 changed files with 19 additions and 2 deletions.
17 changes: 17 additions & 0 deletions CHANGELOG.md
Expand Up @@ -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
Expand Down
2 changes: 1 addition & 1 deletion Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion 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"
Expand Down

0 comments on commit 2487c3a

Please sign in to comment.