summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authordalance <dalance@gmail.com>2020-02-25 11:37:45 +0900
committerdalance <dalance@gmail.com>2020-02-25 11:37:45 +0900
commit06075fd07e666847505efba3db0a4e9ec87fc01a (patch)
treecfdb1796ddd69ed6ece8bde82415269f150927f8
parentfa584216ad43540d22f9561b5b44710504e5ab1d (diff)
Prepare to v0.9.12v0.9.12
-rw-r--r--CHANGELOG.md4
-rw-r--r--Cargo.lock2
-rw-r--r--Cargo.toml2
-rw-r--r--README.md4
-rw-r--r--snapcraft.yaml2
5 files changed, 8 insertions, 6 deletions
diff --git a/CHANGELOG.md b/CHANGELOG.md
index dc7d5b3..eecc5f2 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 e6d1b71..a512b51 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 19b9342..524f375 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 4c32788..d86815a 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 a555ef8..17a011d 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.