Change summary
Cargo.lock | 2 +-
Cargo.toml | 2 +-
2 files changed, 2 insertions(+), 2 deletions(-)
Detailed changes
@@ -1,6 +1,6 @@
[root]
name = "git-series"
-version = "0.8.1"
+version = "0.8.2"
dependencies = [
"chrono 0.2.22 (registry+https://github.com/rust-lang/crates.io-index)",
"clap 2.9.2 (registry+https://github.com/rust-lang/crates.io-index)",
@@ -1,6 +1,6 @@
[package]
name = "git-series"
-version = "0.8.1"
+version = "0.8.2"
authors = ["Josh Triplett <josh@joshtriplett.org>"]
license = "MIT"
readme = "README.md"