mirror of
https://github.com/tummychow/git-absorb
synced 2024-11-15 00:27:38 +00:00
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:
parent
0ec87705fd
commit
d4656f4715
2 changed files with 2 additions and 2 deletions
2
Cargo.lock
generated
2
Cargo.lock
generated
|
@ -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)",
|
||||
|
|
|
@ -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"
|
||||
|
|
Loading…
Reference in a new issue