1
0
mirror of https://github.com/orhun/kmon synced 2024-06-29 06:24:54 +00:00

chore: Prepare for the release v1.6.5

This commit is contained in:
Orhun Parmaksız 2024-04-12 01:12:43 +03:00
parent fdbce155bc
commit 2487c3a761
No known key found for this signature in database
GPG Key ID: F83424824B3E4B90
3 changed files with 19 additions and 2 deletions

View File

@ -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

2
Cargo.lock generated
View File

@ -335,7 +335,7 @@ checksum = "49f1f14873335454500d59611f1cf4a4b0f786f9ac11f4312a78e4cf2566695b"
[[package]]
name = "kmon"
version = "1.6.4"
version = "1.6.5"
dependencies = [
"bytesize",
"clap",

View File

@ -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"