summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authordalance <dalance@gmail.com>2019-03-16 17:06:19 +0900
committerdalance <dalance@gmail.com>2019-03-16 17:06:19 +0900
commit8c936bad1e5899aab58a89eb2a6af8969213abd0 (patch)
treea62a87f64799b5ee12bd84ceed92ca2026d7cc55
parenta0616848da5c6b620f2c350a33a50d5820298e6a (diff)
Prepare to v0.7.3v0.7.3
-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 3e08b80..eb02b8f 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -1,6 +1,8 @@
# Change Log
-## [Unreleased](https://github.com/dalance/procs/compare/v0.7.2...Unreleased) - ReleaseDate
+## [Unreleased](https://github.com/dalance/procs/compare/v0.7.3...Unreleased) - ReleaseDate
+
+## [v0.7.3](https://github.com/dalance/procs/compare/v0.7.2...v0.7.3) - 2019-03-16
## [v0.7.2](https://github.com/dalance/procs/compare/v0.7.1...v0.7.2) - 2019-03-16
diff --git a/Cargo.lock b/Cargo.lock
index d184c55..351f2cc 100644
--- a/Cargo.lock
+++ b/Cargo.lock
@@ -618,7 +618,7 @@ dependencies = [
[[package]]
name = "procs"
-version = "0.7.3-pre"
+version = "0.7.3"
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 29d8985..641c9d7 100644
--- a/Cargo.toml
+++ b/Cargo.toml
@@ -1,6 +1,6 @@
[package]
name = "procs"
-version = "0.7.3-pre"
+version = "0.7.3"
authors = ["dalance@gmail.com"]
repository = "https://github.com/dalance/procs"
keywords = ["process"]
diff --git a/README.md b/README.md
index f82c3ad..deb6754 100644
--- a/README.md
+++ b/README.md
@@ -4,7 +4,7 @@
[![Build Status](https://travis-ci.org/dalance/procs.svg?branch=master)](https://travis-ci.org/dalance/procs)
[![Build Status](https://dev.azure.com/dalance/procs/_apis/build/status/dalance.procs?branchName=master)](https://dev.azure.com/dalance/procs/_build/latest?definitionId=1&branchName=master)
-[![Changelog](https://img.shields.io/badge/changelog-v0.7.2-green.svg)](https://github.com/dalance/procs/blob/master/CHANGELOG.md)
+[![Changelog](https://img.shields.io/badge/changelog-v0.7.3-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)