summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorOrhun Parmaksız <orhunparmaksiz@gmail.com>2023-04-06 22:44:55 +0300
committerOrhun Parmaksız <orhunparmaksiz@gmail.com>2023-04-06 22:44:55 +0300
commitf4842d9911be99955592119d6346d64d85bc7f5e (patch)
treea2759db8c23a65050de3c69be0af89999250c32f
parent0975f86a9f0de8310debc49748372b63e0438aa5 (diff)
chore: Prepare for the release v1.6.3v1.6.3
-rw-r--r--CHANGELOG.md16
-rw-r--r--Cargo.lock2
-rw-r--r--Cargo.toml2
3 files changed, 18 insertions, 2 deletions
diff --git a/CHANGELOG.md b/CHANGELOG.md
index 9331633..1a69b75 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -5,6 +5,22 @@ 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.3] - 2023-04-06
+### Added
+- Build Docker image for arm64
+- Generate SBOM/provenance for the Docker image
+
+### Changed
+- Update README.md about manual installation (#37)
+- Apply clippy suggestions
+- Switch to `ratatui` (#40)
+- Integrate dependabot
+- Bump dependencies
+
+### Fixed
+- Fix typos (#38)
+- Remove target directory from .dockerignore for proper caching
+
## [1.6.2] - 2022-10-02
### Added
- Add build script for generating manpage and completions ([#34](https://github.com/orhun/kmon/pull/34))
diff --git a/Cargo.lock b/Cargo.lock
index 5c246f3..aeb4a1e 100644
--- a/Cargo.lock
+++ b/Cargo.lock
@@ -291,7 +291,7 @@ dependencies = [
[[package]]
name = "kmon"
-version = "1.6.2"
+version = "1.6.3"
dependencies = [
"bytesize",
"clap",
diff --git a/Cargo.toml b/Cargo.toml
index f9736a9..3cc3ce2 100644
--- a/Cargo.toml
+++ b/Cargo.toml
@@ -1,6 +1,6 @@
[package]
name = "kmon"
-version = "1.6.2"
+version = "1.6.3"
description = "Linux kernel manager and activity monitor"
authors = ["Orhun Parmaksız <orhunparmaksiz@gmail.com>"]
license = "GPL-3.0"