summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authordalance <dalance@gmail.com>2019-02-27 18:39:08 +0900
committerdalance <dalance@gmail.com>2019-02-27 18:39:08 +0900
commit8c08a131e7318613e11d3f4ac084e5e6c2bf2b87 (patch)
treef3a65b6596763642e647f2b2a30011df336aeb7f
parentd92b78287f7a889aaccc880ff0f9d81d2e3bc4f0 (diff)
Prepare to v0.5.4v0.5.4
-rw-r--r--CHANGELOG.md4
-rw-r--r--Cargo.lock2
-rw-r--r--Cargo.toml2
3 files changed, 5 insertions, 3 deletions
diff --git a/CHANGELOG.md b/CHANGELOG.md
index 67c0b2b..ff0016e 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -1,6 +1,8 @@
# Change Log
-## [Unreleased](https://github.com/dalance/procs/compare/v0.5.3...Unreleased) - ReleaseDate
+## [Unreleased](https://github.com/dalance/procs/compare/0.5.4...Unreleased) - ReleaseDate
+
+## [0.5.4](https://github.com/dalance/procs/compare/v0.5.3...0.5.4) - 2019-02-27
* [Added] text align option
diff --git a/Cargo.lock b/Cargo.lock
index 03b3d25..520964b 100644
--- a/Cargo.lock
+++ b/Cargo.lock
@@ -604,7 +604,7 @@ dependencies = [
[[package]]
name = "procs"
-version = "0.5.4-pre"
+version = "0.5.4"
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 8d563f5..24b639b 100644
--- a/Cargo.toml
+++ b/Cargo.toml
@@ -1,6 +1,6 @@
[package]
name = "procs"
-version = "0.5.4-pre"
+version = "0.5.4"
authors = ["dalance@gmail.com"]
repository = "https://github.com/dalance/procs"
keywords = ["process"]