summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authordalance <dalance@gmail.com>2020-04-20 11:23:13 +0900
committerdalance <dalance@gmail.com>2020-04-20 11:23:13 +0900
commit086e0bd062432ed8a3ea60ca2a46018150be189e (patch)
treef7765274d094a271529b984907d199280d97c818
parent1a7dd8b3c9e329b7f3834a70b4c8d0f8193b4188 (diff)
Prepare to v0.10.0v0.10.0
-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 7065218..9b2f256 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -1,6 +1,8 @@
# Change Log
-## [Unreleased](https://github.com/dalance/procs/compare/v0.9.20...Unreleased) - ReleaseDate
+## [Unreleased](https://github.com/dalance/procs/compare/v0.10.0...Unreleased) - ReleaseDate
+
+## [v0.10.0](https://github.com/dalance/procs/compare/v0.9.20...v0.10.0) - 2020-04-20
* [Added] header config [#54](https://github.com/dalance/procs/issues/54)
* [Changed] simplify default config [#55](https://github.com/dalance/procs/issues/55)
diff --git a/Cargo.lock b/Cargo.lock
index 8f46f33..71436f7 100644
--- a/Cargo.lock
+++ b/Cargo.lock
@@ -959,7 +959,7 @@ dependencies = [
[[package]]
name = "procs"
-version = "0.9.21-pre"
+version = "0.10.0"
dependencies = [
"anyhow",
"byte-unit",
diff --git a/Cargo.toml b/Cargo.toml
index d248ee1..945fd22 100644
--- a/Cargo.toml
+++ b/Cargo.toml
@@ -1,6 +1,6 @@
[package]
name = "procs"
-version = "0.9.21-pre"
+version = "0.10.0"
authors = ["dalance@gmail.com"]
repository = "https://github.com/dalance/procs"
keywords = ["process"]
diff --git a/README.md b/README.md
index 63ddfe4..5b69275 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.20-green.svg)](https://github.com/dalance/procs/blob/master/CHANGELOG.md)
+[![Changelog](https://img.shields.io/badge/changelog-v0.10.0-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)
@@ -103,7 +103,7 @@ sudo dnf install procs
You can install by rpm command.
```
-sudo rpm -i https://github.com/dalance/procs/releases/download/v0.9.20/procs-0.9.20-1.x86_64.rpm
+sudo rpm -i https://github.com/dalance/procs/releases/download/v0.10.0/procs-0.10.0-1.x86_64.rpm
```
### Cargo
diff --git a/snapcraft.yaml b/snapcraft.yaml
index 4dd6f81..213f2c5 100644
--- a/snapcraft.yaml
+++ b/snapcraft.yaml
@@ -1,5 +1,5 @@
name: procs
-version: &version v0.9.20
+version: &version v0.10.0
summary: A modern replacement for ps written in Rust
description: |
procs is a tool to display process information.