summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authordalance <dalance@gmail.com>2019-03-07 10:58:19 +0900
committerdalance <dalance@gmail.com>2019-03-07 10:58:19 +0900
commite5a37aec88c7e2671afc139151acbc54aedfea83 (patch)
tree86b84c912196a284e190550214f19df614f6dfc2
parentdd755125d0f1bc3fa75aabec7aca4869e65587ab (diff)
Prepare to v0.6.0v0.6.0
-rw-r--r--CHANGELOG.md4
-rw-r--r--Cargo.lock2
-rw-r--r--Cargo.toml2
-rw-r--r--README.md2
4 files changed, 6 insertions, 4 deletions
diff --git a/CHANGELOG.md b/CHANGELOG.md
index c2f3f9c..e14f144 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -1,6 +1,8 @@
# Change Log
-## [Unreleased](https://github.com/dalance/procs/compare/v0.5.8...Unreleased) - ReleaseDate
+## [Unreleased](https://github.com/dalance/procs/compare/v0.6.0...Unreleased) - ReleaseDate
+
+## [v0.6.0](https://github.com/dalance/procs/compare/v0.5.8...v0.6.0) - 2019-03-07
* [Added] watch mode
* [Fixed] panic by truncate inside multi-byte unicode charactor
diff --git a/Cargo.lock b/Cargo.lock
index 0cf6df9..a162383 100644
--- a/Cargo.lock
+++ b/Cargo.lock
@@ -613,7 +613,7 @@ dependencies = [
[[package]]
name = "procs"
-version = "0.5.9-pre"
+version = "0.6.0"
dependencies = [
"chrono 0.4.6 (registry+https://github.com/rust-lang/crates.io-index)",
"console 0.7.5 (registry+https://github.com/rust-lang/crates.io-index)",
diff --git a/Cargo.toml b/Cargo.toml
index 972e326..14ea3dd 100644
--- a/Cargo.toml
+++ b/Cargo.toml
@@ -1,6 +1,6 @@
[package]
name = "procs"
-version = "0.5.9-pre"
+version = "0.6.0"
authors = ["dalance@gmail.com"]
repository = "https://github.com/dalance/procs"
keywords = ["process"]
diff --git a/README.md b/README.md
index 9e7ee2b..68d71e2 100644
--- a/README.md
+++ b/README.md
@@ -3,7 +3,7 @@
**procs** is a replacement for `ps` written by [Rust](https://www.rust-lang.org/).
[![Build Status](https://travis-ci.org/dalance/procs.svg?branch=master)](https://travis-ci.org/dalance/procs)
-[![Changelog](https://img.shields.io/badge/changelog-v0.5.8-green.svg)](https://github.com/dalance/procs/blob/master/CHANGELOG.md)
+[![Changelog](https://img.shields.io/badge/changelog-v0.6.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)
[![codecov](https://codecov.io/gh/dalance/procs/branch/master/graph/badge.svg)](https://codecov.io/gh/dalance/procs)