From a3d6974481d104e5ea244248605e04422a0324c8 Mon Sep 17 00:00:00 2001 From: dalance Date: Thu, 5 Mar 2020 15:02:11 +0900 Subject: [PATCH] Prepare to v0.9.18 --- 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 0aeec3d2a..121bd4093 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,6 +1,8 @@ # Change Log -## [Unreleased](https://github.com/dalance/procs/compare/v0.9.17...Unreleased) - ReleaseDate +## [Unreleased](https://github.com/dalance/procs/compare/v0.9.18...Unreleased) - ReleaseDate + +## [v0.9.18](https://github.com/dalance/procs/compare/v0.9.17...v0.9.18) - 2020-03-05 ## [v0.9.17](https://github.com/dalance/procs/compare/v0.9.16...v0.9.17) - 2020-03-05 diff --git a/Cargo.lock b/Cargo.lock index ef4dd73c6..336584625 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -959,7 +959,7 @@ dependencies = [ [[package]] name = "procs" -version = "0.9.18-pre" +version = "0.9.18" dependencies = [ "anyhow", "byte-unit", diff --git a/Cargo.toml b/Cargo.toml index 148a3a31b..d9711fcd5 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "procs" -version = "0.9.18-pre" +version = "0.9.18" authors = ["dalance@gmail.com"] repository = "https://github.com/dalance/procs" keywords = ["process"] diff --git a/README.md b/README.md index 860e4f963..e8fce5b00 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.17-green.svg)](https://github.com/dalance/procs/blob/master/CHANGELOG.md) +[![Changelog](https://img.shields.io/badge/changelog-v0.9.18-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.17/procs-0.9.17-1.x86_64.rpm +sudo rpm -i https://github.com/dalance/procs/releases/download/v0.9.18/procs-0.9.18-1.x86_64.rpm ``` ### Cargo diff --git a/snapcraft.yaml b/snapcraft.yaml index 6f326a6f4..481df4d6c 100644 --- a/snapcraft.yaml +++ b/snapcraft.yaml @@ -1,5 +1,5 @@ name: procs -version: &version v0.9.17 +version: &version v0.9.18 summary: A modern replacement for ps written in Rust description: | procs is a tool to display process information.