bump to 0.3.0

"the tool now works for folders below the repo root" is definitely
worthy of a new version
This commit is contained in:
tummychow 2018-11-07 21:33:37 -08:00
parent 0ec87705fd
commit d4656f4715
2 changed files with 2 additions and 2 deletions

2
Cargo.lock generated
View file

@ -107,7 +107,7 @@ source = "registry+https://github.com/rust-lang/crates.io-index"
[[package]]
name = "git-absorb"
version = "0.2.0"
version = "0.3.0"
dependencies = [
"clap 2.30.0 (registry+https://github.com/rust-lang/crates.io-index)",
"failure 0.1.1 (registry+https://github.com/rust-lang/crates.io-index)",

View file

@ -1,6 +1,6 @@
[package]
name = "git-absorb"
version = "0.2.0"
version = "0.3.0"
authors = ["Stephen Jung <tummychow511@gmail.com>"]
description = "git commit --fixup, but automatic"