summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authordalance <dalance@gmail.com>2019-06-25 10:43:44 +0900
committerdalance <dalance@gmail.com>2019-06-25 10:43:44 +0900
commitdc330c1c108170b07c78d58a963c0ef05140ac88 (patch)
tree4fd1893ec4601c92d8e20e90f87f1cb852579ead
parente7176c95fde81a309a85db31f432fcc7f1add815 (diff)
Prepare to v0.8.8v0.8.8
-rw-r--r--CHANGELOG.md4
-rw-r--r--Cargo.lock2
-rw-r--r--Cargo.toml2
-rw-r--r--README.md2
-rw-r--r--snapcraft.yaml2
5 files changed, 7 insertions, 5 deletions
diff --git a/CHANGELOG.md b/CHANGELOG.md
index 09e335d..131f097 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -1,6 +1,8 @@
# Change Log
-## [Unreleased](https://github.com/dalance/procs/compare/v0.8.7...Unreleased) - ReleaseDate
+## [Unreleased](https://github.com/dalance/procs/compare/v0.8.8...Unreleased) - ReleaseDate
+
+## [v0.8.8](https://github.com/dalance/procs/compare/v0.8.7...v0.8.8) - 2019-06-25
* [Fixed] SIGSEGV at parallel test caused by non-threadsafe function call of rust-users
diff --git a/Cargo.lock b/Cargo.lock
index 8a56682..3c48122 100644
--- a/Cargo.lock
+++ b/Cargo.lock
@@ -583,7 +583,7 @@ dependencies = [
[[package]]
name = "procs"
-version = "0.8.8-pre"
+version = "0.8.8"
dependencies = [
"chrono 0.4.6 (registry+https://github.com/rust-lang/crates.io-index)",
"console 0.7.6 (registry+https://github.com/rust-lang/crates.io-index)",
diff --git a/Cargo.toml b/Cargo.toml
index f653666..0587bc3 100644
--- a/Cargo.toml
+++ b/Cargo.toml
@@ -1,6 +1,6 @@
[package]
name = "procs"
-version = "0.8.8-pre"
+version = "0.8.8"
authors = ["dalance@gmail.com"]
repository = "https://github.com/dalance/procs"
keywords = ["process"]
diff --git a/README.md b/README.md
index 6e00b3e..fc63813 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.8.7-green.svg)](https://github.com/dalance/procs/blob/master/CHANGELOG.md)
+[![Changelog](https://img.shields.io/badge/changelog-v0.8.8-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)
diff --git a/snapcraft.yaml b/snapcraft.yaml
index a5b7968..9000d01 100644
--- a/snapcraft.yaml
+++ b/snapcraft.yaml
@@ -1,5 +1,5 @@
name: procs
-version: &version v0.8.7
+version: &version v0.8.8
summary: A modern replacement for ps written in Rust
description: |
procs is a tool to display process information.