From 0c1bc515b3a7a45cfc838539832db1210863b9dd Mon Sep 17 00:00:00 2001 From: Ryo Yamashita Date: Tue, 1 Sep 2020 17:23:18 +0900 Subject: [PATCH] Release v0.1.0 --- Cargo.lock | 4 ++-- Cargo.toml | 2 +- README-ja.md | 10 +++++++--- README.md | 2 ++ cargo_equip_marker/Cargo.toml | 2 +- 5 files changed, 13 insertions(+), 7 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index 5770c4e..91746f8 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -45,7 +45,7 @@ source = "registry+https://github.com/rust-lang/crates.io-index" [[package]] name = "cargo-equip" -version = "0.0.0" +version = "0.1.0" dependencies = [ "anyhow 1.0.32 (registry+https://github.com/rust-lang/crates.io-index)", "atty 0.2.14 (registry+https://github.com/rust-lang/crates.io-index)", @@ -68,7 +68,7 @@ dependencies = [ [[package]] name = "cargo_equip_marker" -version = "0.0.0" +version = "0.1.0" [[package]] name = "cargo_metadata" diff --git a/Cargo.toml b/Cargo.toml index e4bbbf9..e5b69ab 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -3,7 +3,7 @@ members = ["cargo_equip_marker"] [package] name = "cargo-equip" -version = "0.0.0" +version = "0.1.0" authors = ["Ryo Yamashita "] edition = "2018" license = "MIT OR Apache-2.0" diff --git a/README-ja.md b/README-ja.md index 58fd2cf..312ee71 100644 --- a/README-ja.md +++ b/README-ja.md @@ -3,8 +3,10 @@ [![CI](https://github.com/qryxip/cargo-equip/workflows/CI/badge.svg)](https://github.com/qryxip/cargo-equip/actions?workflow=CI) [![codecov](https://codecov.io/gh/qryxip/cargo-equip/branch/master/graph/badge.svg)](https://codecov.io/gh/qryxip/cargo-equip/branch/master) [![unsafe forbidden](https://img.shields.io/badge/unsafe-forbidden-success.svg)](https://github.com/rust-secure-code/safety-dance/) +[![Crates.io](https://img.shields.io/crates/v/cargo-equip.svg)](https://crates.io/crates/cargo-equip) +[![Crates.io](https://img.shields.io/crates/l/cargo-equip.svg)](https://crates.io/crates/cargo-equip) -[日本語](https://github.com/qryxip/cargo-equip/blob/master/README-ja.md) +[English](https://github.com/qryxip/cargo-equip) 競技プログラミング用にRustコードを一つの`.rs`ファイルにバンドルするCargoサブコマンドです。 @@ -84,7 +86,9 @@ $ cargo equip --oneline mods --rustfmt --check | xsel -ib ### Crates.io -まだです。 +```console +$ cargo install cargo-equip +``` ### `master` @@ -94,7 +98,7 @@ $ cargo install --git https://github.com/qryxip/cargo-equip ### GitHub Releases -まだです。 +[バイナリでの提供](https://github.com/qryxip/cargo-equip/releases)もしています。 ## 使い方 diff --git a/README.md b/README.md index 9ed2018..6dcfbbc 100644 --- a/README.md +++ b/README.md @@ -3,6 +3,8 @@ [![CI](https://github.com/qryxip/cargo-equip/workflows/CI/badge.svg)](https://github.com/qryxip/cargo-equip/actions?workflow=CI) [![codecov](https://codecov.io/gh/qryxip/cargo-equip/branch/master/graph/badge.svg)](https://codecov.io/gh/qryxip/cargo-equip/branch/master) [![unsafe forbidden](https://img.shields.io/badge/unsafe-forbidden-success.svg)](https://github.com/rust-secure-code/safety-dance/) +[![Crates.io](https://img.shields.io/crates/v/cargo-equip.svg)](https://crates.io/crates/cargo-equip) +[![Crates.io](https://img.shields.io/crates/l/cargo-equip.svg)](https://crates.io/crates/cargo-equip) [日本語](https://github.com/qryxip/cargo-equip/blob/master/README-ja.md) diff --git a/cargo_equip_marker/Cargo.toml b/cargo_equip_marker/Cargo.toml index a730303..490fc69 100644 --- a/cargo_equip_marker/Cargo.toml +++ b/cargo_equip_marker/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "cargo_equip_marker" -version = "0.0.0" +version = "0.1.0" authors = ["Ryo Yamashita "] edition = "2018" license = "MIT OR Apache-2.0"