From 575ed47314cb0fafb8aa6025680eaa18a209f11a Mon Sep 17 00:00:00 2001 From: dalance Date: Sun, 16 Feb 2020 16:11:08 +0900 Subject: [PATCH] Prepare to v0.9.11 --- 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 a1c319841..2b669e742 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,6 +1,8 @@ # Change Log -## [Unreleased](https://github.com/dalance/procs/compare/v0.9.10...Unreleased) - ReleaseDate +## [Unreleased](https://github.com/dalance/procs/compare/v0.9.11...Unreleased) - ReleaseDate + +## [v0.9.11](https://github.com/dalance/procs/compare/v0.9.10...v0.9.11) - 2020-02-16 ## [v0.9.10](https://github.com/dalance/procs/compare/v0.9.9...v0.9.10) - 2020-02-16 diff --git a/Cargo.lock b/Cargo.lock index ef0ec1513..3dfe1053a 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -845,7 +845,7 @@ dependencies = [ [[package]] name = "procs" -version = "0.9.10" +version = "0.9.11" 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 bd1a6c0e3..7fa2f1c54 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "procs" -version = "0.9.10" +version = "0.9.11" authors = ["dalance@gmail.com"] repository = "https://github.com/dalance/procs" keywords = ["process"] diff --git a/README.md b/README.md index d5f9e7a22..4c327881e 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.10-green.svg)](https://github.com/dalance/procs/blob/master/CHANGELOG.md) +[![Changelog](https://img.shields.io/badge/changelog-v0.9.11-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.10/procs-0.9.10-1.x86_64.rpm +sudo rpm -i https://github.com/dalance/procs/releases/download/v0.9.11/procs-0.9.11-1.x86_64.rpm ``` ### Cargo diff --git a/snapcraft.yaml b/snapcraft.yaml index 346d2e31e..a555ef82e 100644 --- a/snapcraft.yaml +++ b/snapcraft.yaml @@ -1,5 +1,5 @@ name: procs -version: &version v0.9.10 +version: &version v0.9.11 summary: A modern replacement for ps written in Rust description: | procs is a tool to display process information.