Bump version update description
This commit is contained in:
parent
8a59d19cc7
commit
e354ca0a8e
@ -1,9 +1,9 @@
|
|||||||
[package]
|
[package]
|
||||||
name = "just"
|
name = "just"
|
||||||
version = "0.2.11"
|
version = "0.2.12"
|
||||||
authors = ["Casey Rodarmor <casey@rodarmor.com>"]
|
authors = ["Casey Rodarmor <casey@rodarmor.com>"]
|
||||||
license = "WTFPL/MIT/Apache-2.0"
|
license = "WTFPL/MIT/Apache-2.0"
|
||||||
description = "a command runner"
|
description = "🤖 just a command runner"
|
||||||
homepage = "https://github.com/casey/just"
|
homepage = "https://github.com/casey/just"
|
||||||
|
|
||||||
[dependencies]
|
[dependencies]
|
||||||
|
2
notes
2
notes
@ -1,7 +1,7 @@
|
|||||||
todo
|
todo
|
||||||
----
|
----
|
||||||
|
|
||||||
. link to docs, crates
|
- publish new version, check emoji
|
||||||
|
|
||||||
. start with an short example justfile
|
. start with an short example justfile
|
||||||
. recipes, dependencies, assignments, backticks
|
. recipes, dependencies, assignments, backticks
|
||||||
|
@ -23,7 +23,7 @@ macro_rules! die {
|
|||||||
|
|
||||||
pub fn app() {
|
pub fn app() {
|
||||||
let matches = App::new("just")
|
let matches = App::new("just")
|
||||||
.version("0.2.11")
|
.version("0.2.12")
|
||||||
.author("Casey Rodarmor <casey@rodarmor.com>")
|
.author("Casey Rodarmor <casey@rodarmor.com>")
|
||||||
.about("Just a command runner - https://github.com/casey/just")
|
.about("Just a command runner - https://github.com/casey/just")
|
||||||
.arg(Arg::with_name("list")
|
.arg(Arg::with_name("list")
|
||||||
|
Loading…
Reference in New Issue
Block a user