From 44ebc67d0a0abd60ec552b5f7cbec5161ac623fa Mon Sep 17 00:00:00 2001 From: dalance Date: Wed, 12 Feb 2020 12:58:50 +0900 Subject: [PATCH] Prepare to v0.9.7 --- CHANGELOG.md | 4 +++- Cargo.lock | 2 +- Cargo.toml | 2 +- README.md | 2 +- snapcraft.yaml | 2 +- 5 files changed, 7 insertions(+), 5 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index d70adb917..c12245572 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,6 +1,8 @@ # Change Log -## [Unreleased](https://github.com/dalance/procs/compare/v0.9.6...Unreleased) - ReleaseDate +## [Unreleased](https://github.com/dalance/procs/compare/v0.9.7...Unreleased) - ReleaseDate + +## [v0.9.7](https://github.com/dalance/procs/compare/v0.9.6...v0.9.7) - 2020-02-12 * [Added] widths of columns are adjusted over iteration in watch mode * [Fixed] suppress flicker in watch mode diff --git a/Cargo.lock b/Cargo.lock index 4f42d2991..8da1a4501 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -845,7 +845,7 @@ dependencies = [ [[package]] name = "procs" -version = "0.9.7-pre" +version = "0.9.7" dependencies = [ "anyhow 1.0.26 (registry+https://github.com/rust-lang/crates.io-index)", "chrono 0.4.10 (registry+https://github.com/rust-lang/crates.io-index)", diff --git a/Cargo.toml b/Cargo.toml index 35b765545..2513823a8 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "procs" -version = "0.9.7-pre" +version = "0.9.7" authors = ["dalance@gmail.com"] repository = "https://github.com/dalance/procs" keywords = ["process"] diff --git a/README.md b/README.md index 4602f549a..ba2003d09 100644 --- a/README.md +++ b/README.md @@ -7,7 +7,7 @@ [![Snap Status](https://build.snapcraft.io/badge/dalance/procs.svg)](https://build.snapcraft.io/user/dalance/procs) [![codecov](https://codecov.io/gh/dalance/procs/branch/master/graph/badge.svg)](https://codecov.io/gh/dalance/procs) -[![Changelog](https://img.shields.io/badge/changelog-v0.9.6-green.svg)](https://github.com/dalance/procs/blob/master/CHANGELOG.md) +[![Changelog](https://img.shields.io/badge/changelog-v0.9.7-green.svg)](https://github.com/dalance/procs/blob/master/CHANGELOG.md) [![Crates.io](https://img.shields.io/crates/v/procs.svg)](https://crates.io/crates/procs) [![procs](https://snapcraft.io/procs/badge.svg)](https://snapcraft.io/procs) [![homebrew](https://img.shields.io/homebrew/v/procs.svg)](https://formulae.brew.sh/formula/procs) diff --git a/snapcraft.yaml b/snapcraft.yaml index 6993c7a8f..8fa007ce0 100644 --- a/snapcraft.yaml +++ b/snapcraft.yaml @@ -1,5 +1,5 @@ name: procs -version: &version v0.9.6 +version: &version v0.9.7 summary: A modern replacement for ps written in Rust description: | procs is a tool to display process information.