diff options
author | Orhun Parmaksız <orhunparmaksiz@gmail.com> | 2023-04-06 22:44:55 +0300 |
---|---|---|
committer | Orhun Parmaksız <orhunparmaksiz@gmail.com> | 2023-04-06 22:44:55 +0300 |
commit | f4842d9911be99955592119d6346d64d85bc7f5e (patch) | |
tree | a2759db8c23a65050de3c69be0af89999250c32f | |
parent | 0975f86a9f0de8310debc49748372b63e0438aa5 (diff) |
chore: Prepare for the release v1.6.3v1.6.3
-rw-r--r-- | CHANGELOG.md | 16 | ||||
-rw-r--r-- | Cargo.lock | 2 | ||||
-rw-r--r-- | 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)) @@ -291,7 +291,7 @@ dependencies = [ [[package]] name = "kmon" -version = "1.6.2" +version = "1.6.3" dependencies = [ "bytesize", "clap", @@ -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" |