v0.5.0 - Broken Windows
* Man-pages are now generated by clap_mangen * The binary release package will now contain a `bin/` and a `man/` folder, as well as the README.md * This release will not include a binary package for windows The reason for this is that the CI for Windows no longer seem to work, and I don't have any good way to verify them, so I'll leave that for later.
This commit is contained in:
parent
8055c12bb5
commit
142c554aa3
|
|
@ -202,7 +202,7 @@ dependencies = [
|
||||||
|
|
||||||
[[package]]
|
[[package]]
|
||||||
name = "git-mob"
|
name = "git-mob"
|
||||||
version = "0.4.2"
|
version = "0.5.0"
|
||||||
dependencies = [
|
dependencies = [
|
||||||
"clap",
|
"clap",
|
||||||
"clap_complete",
|
"clap_complete",
|
||||||
|
|
|
||||||
|
|
@ -1,6 +1,6 @@
|
||||||
[package]
|
[package]
|
||||||
name = "git-mob"
|
name = "git-mob"
|
||||||
version = "0.4.2"
|
version = "0.5.0"
|
||||||
authors = [ "Martin Frost <martin@frost.ws>" ]
|
authors = [ "Martin Frost <martin@frost.ws>" ]
|
||||||
edition = "2018"
|
edition = "2018"
|
||||||
description = "A CLI tool for social coding."
|
description = "A CLI tool for social coding."
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue