Skip to content

Commit f4842d9

Browse files
committed
chore: Prepare for the release v1.6.3
1 parent 0975f86 commit f4842d9

File tree

3 files changed

+18
-2
lines changed

3 files changed

+18
-2
lines changed

CHANGELOG.md

+16
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,22 @@ 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.3] - 2023-04-06
9+
### Added
10+
- Build Docker image for arm64
11+
- Generate SBOM/provenance for the Docker image
12+
13+
### Changed
14+
- Update README.md about manual installation (#37)
15+
- Apply clippy suggestions
16+
- Switch to `ratatui` (#40)
17+
- Integrate dependabot
18+
- Bump dependencies
19+
20+
### Fixed
21+
- Fix typos (#38)
22+
- Remove target directory from .dockerignore for proper caching
23+
824
## [1.6.2] - 2022-10-02
925
### Added
1026
- Add build script for generating manpage and completions ([#34](https://github.com/orhun/kmon/pull/34))

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.2"
3+
version = "1.6.3"
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)