From 5d07716720be586d6afd5cdf0dbfc705f7d13529 Mon Sep 17 00:00:00 2001 From: sigoden Date: Wed, 16 Mar 2022 18:58:43 +0800 Subject: [PATCH] release: cut v0.8.0 --- Cargo.lock | 2 +- Cargo.toml | 2 +- README.md | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index 12601f83..82c70d4e 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -10,7 +10,7 @@ checksum = "4361135be9122e0870de935d7c439aef945b9f9ddd4199a553b5270b49c82a27" [[package]] name = "argc" -version = "0.7.0" +version = "0.8.0" dependencies = [ "anyhow", "clap", diff --git a/Cargo.toml b/Cargo.toml index 109fd723..575f4dad 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "argc" -version = "0.7.0" +version = "0.8.0" edition = "2021" authors = ["sigoden "] description = "A easy way to handle sh/bash cli parameters" diff --git a/README.md b/README.md index 861c8e87..06d5aa62 100644 --- a/README.md +++ b/README.md @@ -40,7 +40,7 @@ cargo install argc ### Binaries on macOS, Linux, Windows -Download from [Github Releases](https://github.com/sigoden/argc/releases), unzip and add argc to your $PATH. +Download from [Github Releases](https://github.com/sigoden/argc/releases), unzip and add argc to your $PATH. ## Tag