summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authordalance <dalance@gmail.com>2019-03-05 14:21:22 +0900
committerdalance <dalance@gmail.com>2019-03-05 14:21:22 +0900
commit86db9e04f70cf09743a243535f666938cb2b04c9 (patch)
treeca1158b445fda268881d2c0c24634614774b4283
parent3926d314b5e020906b4e8bfb54d9cedfb3011dac (diff)
Prepare to v0.5.7v0.5.7
-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 4b97d3f..8a3df9f 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -1,6 +1,8 @@
# Change Log
-## [Unreleased](https://github.com/dalance/procs/compare/v0.5.6...Unreleased) - ReleaseDate
+## [Unreleased](https://github.com/dalance/procs/compare/v0.5.7...Unreleased) - ReleaseDate
+
+## [v0.5.7](https://github.com/dalance/procs/compare/v0.5.6...v0.5.7) - 2019-03-05
* [Added] separator option to `~/.procs.toml` setting
* [Added] `--list` option to show column kind list
diff --git a/Cargo.lock b/Cargo.lock
index 03859fb..0d07b46 100644
--- a/Cargo.lock
+++ b/Cargo.lock
@@ -604,7 +604,7 @@ dependencies = [
[[package]]
name = "procs"
-version = "0.5.7-pre"
+version = "0.5.7"
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 ef6bfc7..8614ebc 100644
--- a/Cargo.toml
+++ b/Cargo.toml
@@ -1,6 +1,6 @@
[package]
name = "procs"
-version = "0.5.7-pre"
+version = "0.5.7"
authors = ["dalance@gmail.com"]
repository = "https://github.com/dalance/procs"
keywords = ["process"]
diff --git a/README.md b/README.md
index 962a968..216926e 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.6-green.svg)](https://github.com/dalance/procs/blob/master/CHANGELOG.md)
+[![Changelog](https://img.shields.io/badge/changelog-v0.5.7-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)