From 84632a679661c1cb8ce0adfff535ded5136d3590 Mon Sep 17 00:00:00 2001 From: orhun Date: Thu, 27 Aug 2020 18:13:09 +0300 Subject: [PATCH] chore: Prepare for the release v1.5.0 --- CHANGELOG.md | 2 ++ Cargo.lock | 2 +- Cargo.toml | 2 +- 3 files changed, 4 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 63a99dd..b843b17 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -6,6 +6,8 @@ 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). ## [Unreleased] + +## [1.5.0] - 2020-08-27 ### Added - Add alt-e/s keys for expanding/shrinking the selected block - Add ctrl-x key for changing the position of a block diff --git a/Cargo.lock b/Cargo.lock index e870669..1f9985f 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -137,7 +137,7 @@ dependencies = [ [[package]] name = "kmon" -version = "1.4.0" +version = "1.5.0" dependencies = [ "bytesize 1.0.1 (registry+https://github.com/rust-lang/crates.io-index)", "clap 2.33.3 (registry+https://github.com/rust-lang/crates.io-index)", diff --git a/Cargo.toml b/Cargo.toml index d12ff78..ee61d9c 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "kmon" -version = "1.4.0" +version = "1.5.0" description = "Linux kernel manager and activity monitor" authors = ["orhun "] license = "GPL-3.0"