Skip to content

Commit

Permalink
chore: Prepare for the release v1.6.4
Browse files Browse the repository at this point in the history
  • Loading branch information
orhun committed Oct 27, 2023
1 parent f427309 commit 3ed516f
Show file tree
Hide file tree
Showing 3 changed files with 12 additions and 3 deletions.
7 changes: 7 additions & 0 deletions CHANGELOG.md
Expand Up @@ -5,6 +5,13 @@ 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.4] - 2023-10-27
### Changed
- Bump dependencies

### Fixed
- Fix all new clippy errors with 'rustc:1.73.0'

## [1.6.3] - 2023-04-06
### Added
- Build Docker image for arm64
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.

6 changes: 4 additions & 2 deletions Cargo.toml
@@ -1,6 +1,6 @@
[package]
name = "kmon"
version = "1.6.3"
version = "1.6.4"
description = "Linux kernel manager and activity monitor"
authors = ["Orhun Parmaksız <orhunparmaksiz@gmail.com>"]
license = "GPL-3.0"
Expand All @@ -14,7 +14,9 @@ include = ["src/**/*", "Cargo.*", "LICENSE", "README.md", "CHANGELOG.md"]
edition = "2021"

[dependencies]
ratatui = { version = "0.24.0", default-features = false, features = ["termion"] }
ratatui = { version = "0.24.0", default-features = false, features = [
"termion",
] }
termion = "2.0.1"
bytesize = "1.3.0"
unicode-width = "0.1.11"
Expand Down

0 comments on commit 3ed516f

Please sign in to comment.