Skip to content

Commit 3ed516f

Browse files
committed
chore: Prepare for the release v1.6.4
1 parent f427309 commit 3ed516f

File tree

3 files changed

+12
-3
lines changed

3 files changed

+12
-3
lines changed

CHANGELOG.md

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,13 @@ 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.4] - 2023-10-27
9+
### Changed
10+
- Bump dependencies
11+
12+
### Fixed
13+
- Fix all new clippy errors with 'rustc:1.73.0'
14+
815
## [1.6.3] - 2023-04-06
916
### Added
1017
- Build Docker image for arm64

Cargo.lock

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

Cargo.toml

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "kmon"
3-
version = "1.6.3"
3+
version = "1.6.4"
44
description = "Linux kernel manager and activity monitor"
55
authors = ["Orhun Parmaksız <[email protected]>"]
66
license = "GPL-3.0"
@@ -14,7 +14,9 @@ include = ["src/**/*", "Cargo.*", "LICENSE", "README.md", "CHANGELOG.md"]
1414
edition = "2021"
1515

1616
[dependencies]
17-
ratatui = { version = "0.24.0", default-features = false, features = ["termion"] }
17+
ratatui = { version = "0.24.0", default-features = false, features = [
18+
"termion",
19+
] }
1820
termion = "2.0.1"
1921
bytesize = "1.3.0"
2022
unicode-width = "0.1.11"

0 commit comments

Comments
 (0)