From f2ecab51115e1d6441eb6669205446e5af2f3be0 Mon Sep 17 00:00:00 2001 From: softprops Date: Mon, 24 Jul 2017 02:08:40 -0400 Subject: [PATCH] bump version --- Cargo.lock | 8 ++++---- Cargo.toml | 4 ++-- README.md | 34 ++++++++++++++++++++++++++++++++-- 3 files changed, 38 insertions(+), 8 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index eb49060..9ce6408 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -1,9 +1,9 @@ [root] name = "git-codeowners" -version = "0.1.0" +version = "0.1.1" dependencies = [ "clap 2.25.1 (registry+https://github.com/rust-lang/crates.io-index)", - "codeowners 0.1.0 (registry+https://github.com/rust-lang/crates.io-index)", + "codeowners 0.1.1 (registry+https://github.com/rust-lang/crates.io-index)", ] [[package]] @@ -52,7 +52,7 @@ dependencies = [ [[package]] name = "codeowners" -version = "0.1.0" +version = "0.1.1" source = "registry+https://github.com/rust-lang/crates.io-index" dependencies = [ "glob 0.2.11 (registry+https://github.com/rust-lang/crates.io-index)", @@ -191,7 +191,7 @@ source = "registry+https://github.com/rust-lang/crates.io-index" "checksum atty 0.2.2 (registry+https://github.com/rust-lang/crates.io-index)" = "d912da0db7fa85514874458ca3651fe2cddace8d0b0505571dbdcd41ab490159" "checksum bitflags 0.9.1 (registry+https://github.com/rust-lang/crates.io-index)" = "4efd02e230a02e18f92fc2735f44597385ed02ad8f831e7c1c1156ee5e1ab3a5" "checksum clap 2.25.1 (registry+https://github.com/rust-lang/crates.io-index)" = "7f1aabf260a8f3fefa8871f16b531038c98dd9eab1cfa2c575e78c459abfa3a0" -"checksum codeowners 0.1.0 (registry+https://github.com/rust-lang/crates.io-index)" = "0663e55ddf27501fcf8a77d4dce0a9fcca002a83cf284df16e15aa09f98972c0" +"checksum codeowners 0.1.1 (registry+https://github.com/rust-lang/crates.io-index)" = "929540732218de0aafc33bf22f50f45b050b2d8e1a453161efd6745a3710f21d" "checksum glob 0.2.11 (registry+https://github.com/rust-lang/crates.io-index)" = "8be18de09a56b60ed0edf84bc9df007e30040691af7acd1c41874faac5895bfb" "checksum kernel32-sys 0.2.2 (registry+https://github.com/rust-lang/crates.io-index)" = "7507624b29483431c0ba2d82aece8ca6cdba9382bff4ddd0f7490560c056098d" "checksum lazy_static 0.2.8 (registry+https://github.com/rust-lang/crates.io-index)" = "3b37545ab726dd833ec6420aaba8231c5b320814b9029ad585555d2a03e94fbf" diff --git a/Cargo.toml b/Cargo.toml index 57bc212..6ca9962 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "git-codeowners" -version = "0.1.0" +version = "0.1.1" authors = ["softprops "] description = "Rust cli for working with Github CODEOWNERS files" readme = "README.md" @@ -11,5 +11,5 @@ license = "MIT" keywords = ["github", "owners"] [dependencies] -codeowners = "0.1" +codeowners = "0.1.1" clap = "2.25" \ No newline at end of file diff --git a/README.md b/README.md index 897fbde..7aecf3f 100644 --- a/README.md +++ b/README.md @@ -1,7 +1,37 @@ -# git-codeowners [![Build Status](https://travis-ci.org/softprops/git-codeowners.svg?branch=master)](https://travis-ci.org/softprops/git-codeowners) +# git-codeowners [![Build Status](https://travis-ci.org/softprops/git-codeowners.svg?branch=master)](https://travis-ci.org/softprops/git-codeowners) [![Software License](https://img.shields.io/badge/license-MIT-brightgreen.svg)](LICENSE) [![crates.io](https://img.shields.io/crates/v/codeowners.svg)] > a git extention for Github [CODEOWNERS files](https://help.github.com/articles/about-codeowners/) +## install + +### Homebrew + +For osx users, you can use `brew` to install or update `git-codeowners` + +```bash +$ brew install softprops/tools/git-codeowners +``` + +To upgrade, just use `brew upgrade` instead + +### GH releases + +You can download releases for osx and linux directly from github releases + +```bash +$ cd $HOME/bin +$ curl -L "https://github.com/softprops/git-codeowners/releases/download/v0.1.1/git-codeowners-$(uname -s)-$(uname -m).tar.gz" \ + | tar -xz +``` + +### Cargo + +If you are a rust user can can just use `cargo` + +```bash +$ cargo install git-codeowners +``` + ## usage git-codeowners is intended for use as a git extention ( a program whose name starts with git- ) to extend your git workflow. @@ -13,7 +43,7 @@ $ git codeowners src/main.rs ```bash $ git-codeowners --help -git-codeowners 0.1.0 +git-codeowners 0.1.1 Github CODEOWNERS answer sheet USAGE: