summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authordalance <dalance@gmail.com>2020-08-10 11:56:41 +0900
committerdalance <dalance@gmail.com>2020-08-10 11:56:41 +0900
commit49164708185ada4b15b09eac9ba49ae3c6d0faae (patch)
treeb6a3ebf183a19f600bda8ed824aa46204783432a
parentcddc56296407b5d3d5d0484d0832a61510b4b47a (diff)
Prepare to v0.10.4v0.10.4
-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 89b4fac..e8821fd 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -1,6 +1,8 @@
# Change Log
-## [Unreleased](https://github.com/dalance/procs/compare/v0.10.3...Unreleased) - ReleaseDate
+## [Unreleased](https://github.com/dalance/procs/compare/v0.10.4...Unreleased) - ReleaseDate
+
+## [v0.10.4](https://github.com/dalance/procs/compare/v0.10.3...v0.10.4) - 2020-08-10
* [Added] 256 colors support [#67](https://github.com/dalance/procs/issues/67)
diff --git a/Cargo.lock b/Cargo.lock
index 280bd1a..90153b7 100644
--- a/Cargo.lock
+++ b/Cargo.lock
@@ -937,7 +937,7 @@ dependencies = [
[[package]]
name = "procs"
-version = "0.10.4-pre"
+version = "0.10.4"
dependencies = [
"anyhow",
"byte-unit",
diff --git a/Cargo.toml b/Cargo.toml
index a4cc2dd..2d05f26 100644
--- a/Cargo.toml
+++ b/Cargo.toml
@@ -1,6 +1,6 @@
[package]
name = "procs"
-version = "0.10.4-pre"
+version = "0.10.4"
authors = ["dalance@gmail.com"]
repository = "https://github.com/dalance/procs"
keywords = ["process"]
diff --git a/README.md b/README.md
index ec4548b..7f1d980 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.10.3-green.svg)](https://github.com/dalance/procs/blob/master/CHANGELOG.md)
+[![Changelog](https://img.shields.io/badge/changelog-v0.10.4-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.10.3/procs-0.10.3-1.x86_64.rpm
+sudo rpm -i https://github.com/dalance/procs/releases/download/v0.10.4/procs-0.10.4-1.x86_64.rpm
```
### Cargo
diff --git a/snapcraft.yaml b/snapcraft.yaml
index 4de5448..41c94f1 100644
--- a/snapcraft.yaml
+++ b/snapcraft.yaml
@@ -1,5 +1,5 @@
name: procs
-version: &version v0.10.3
+version: &version v0.10.4
summary: A modern replacement for ps written in Rust
description: |
procs is a tool to display process information.