From f4842d9911be99955592119d6346d64d85bc7f5e Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Orhun=20Parmaks=C4=B1z?= Date: Thu, 6 Apr 2023 22:44:55 +0300 Subject: [PATCH] chore: Prepare for the release v1.6.3 --- CHANGELOG.md | 16 ++++++++++++++++ Cargo.lock | 2 +- Cargo.toml | 2 +- 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 "] license = "GPL-3.0"