Release version 0.8.7

Josh Triplett created

Change summary

Cargo.lock | 2 +-
Cargo.toml | 2 +-
2 files changed, 2 insertions(+), 2 deletions(-)

Detailed changes

Cargo.lock 🔗

@@ -1,6 +1,6 @@
 [root]
 name = "git-series"
-version = "0.8.6"
+version = "0.8.7"
 dependencies = [
  "ansi_term 0.7.5 (registry+https://github.com/rust-lang/crates.io-index)",
  "chrono 0.2.22 (registry+https://github.com/rust-lang/crates.io-index)",

Cargo.toml 🔗

@@ -1,6 +1,6 @@
 [package]
 name = "git-series"
-version = "0.8.6"
+version = "0.8.7"
 authors = ["Josh Triplett <josh@joshtriplett.org>"]
 license = "MIT"
 readme = "README.md"