Notes, bump version

This commit is contained in:
Casey Rodarmor 2016-10-30 17:09:33 -07:00
parent dc925fe590
commit 0b182002a4
4 changed files with 4 additions and 3 deletions

2
Cargo.lock generated
View file

@ -1,6 +1,6 @@
[root]
name = "j"
version = "0.2.9"
version = "0.2.10"
dependencies = [
"brev 0.1.6 (registry+https://github.com/rust-lang/crates.io-index)",
"clap 2.16.3 (registry+https://github.com/rust-lang/crates.io-index)",

View file

@ -1,6 +1,6 @@
[package]
name = "j"
version = "0.2.9"
version = "0.2.10"
authors = ["Casey Rodarmor <casey@rodarmor.com>"]
license = "WTFPL/MIT/Apache-2.0"
description = "a command runner"

1
notes
View file

@ -4,6 +4,7 @@ todo
- change name back to 'just', suggest j as alias
- readme:
. link to docs, cargo badge, crates
. start with an example justfile
. make it clear it's beta, mention that, as a command runner
there is probably a higher than normal chance of disaster

View file

@ -23,7 +23,7 @@ macro_rules! die {
pub fn app() {
let matches = App::new("j")
.version("0.2.9")
.version("0.2.10")
.author("Casey Rodarmor <casey@rodarmor.com>")
.about("Just a command runner - https://github.com/casey/j")
.arg(Arg::with_name("list")