From 06075fd07e666847505efba3db0a4e9ec87fc01a Mon Sep 17 00:00:00 2001 From: dalance Date: Tue, 25 Feb 2020 11:37:45 +0900 Subject: [PATCH] Prepare to v0.9.12 --- CHANGELOG.md | 4 +++- Cargo.lock | 2 +- Cargo.toml | 2 +- README.md | 4 ++-- snapcraft.yaml | 2 +- 5 files changed, 8 insertions(+), 6 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index dc7d5b36e..eecc5f20d 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,6 +1,8 @@ # Change Log -## [Unreleased](https://github.com/dalance/procs/compare/v0.9.11...Unreleased) - ReleaseDate +## [Unreleased](https://github.com/dalance/procs/compare/v0.9.12...Unreleased) - ReleaseDate + +## [v0.9.12](https://github.com/dalance/procs/compare/v0.9.11...v0.9.12) - 2020-02-25 * [Fixed] separator's meaningless sort [#42](https://github.com/dalance/procs/issues/42) diff --git a/Cargo.lock b/Cargo.lock index e6d1b7161..a512b5156 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -845,7 +845,7 @@ dependencies = [ [[package]] name = "procs" -version = "0.9.12-pre" +version = "0.9.12" dependencies = [ "anyhow 1.0.26 (registry+https://github.com/rust-lang/crates.io-index)", "byte-unit 3.0.3 (registry+https://github.com/rust-lang/crates.io-index)", diff --git a/Cargo.toml b/Cargo.toml index 19b934216..524f375f0 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "procs" -version = "0.9.12-pre" +version = "0.9.12" authors = ["dalance@gmail.com"] repository = "https://github.com/dalance/procs" keywords = ["process"] diff --git a/README.md b/README.md index 4c327881e..d86815a64 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.11-green.svg)](https://github.com/dalance/procs/blob/master/CHANGELOG.md) +[![Changelog](https://img.shields.io/badge/changelog-v0.9.12-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) @@ -87,7 +87,7 @@ scoop install procs You can install by rpm command. ``` -sudo rpm -i https://github.com/dalance/procs/releases/download/v0.9.11/procs-0.9.11-1.x86_64.rpm +sudo rpm -i https://github.com/dalance/procs/releases/download/v0.9.12/procs-0.9.12-1.x86_64.rpm ``` ### Cargo diff --git a/snapcraft.yaml b/snapcraft.yaml index a555ef82e..17a011dbd 100644 --- a/snapcraft.yaml +++ b/snapcraft.yaml @@ -1,5 +1,5 @@ name: procs -version: &version v0.9.11 +version: &version v0.9.12 summary: A modern replacement for ps written in Rust description: | procs is a tool to display process information.