From 98c358b5d053e2c13a51176278007afed7c04be6 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=D0=BD=D0=B0=D0=B1?= Date: Fri, 4 Jun 2021 13:13:53 +0200 Subject: [PATCH] Bump version to 7.0.1. Add @QuarticCat to authors list --- Cargo.toml | 5 +++-- appveyor.yml | 14 +++++++------- man/cargo-install-update-config.md | 3 ++- man/cargo-install-update.md | 3 ++- 4 files changed, 14 insertions(+), 11 deletions(-) diff --git a/Cargo.toml b/Cargo.toml index 83abcf3ec2..dbaa7294a9 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -9,7 +9,7 @@ categories = ["development-tools::cargo-plugins"] license = "MIT" build = "build.rs" # Remember to also update in appveyor.yml -version = "7.0.0" +version = "7.0.1" # Remember to also update in man/*.md authors = ["наб ", "Yann Simon ", @@ -28,7 +28,8 @@ authors = ["наб ", "Harrison Metzger ", "Benjamin Bannier ", "Dimitris Apostolou ", - "Corbin Uselton "] + "Corbin Uselton ", + "QuarticCat "] exclude = ["*.enc"] diff --git a/appveyor.yml b/appveyor.yml index a02d59bb60..78d8f6770a 100644 --- a/appveyor.yml +++ b/appveyor.yml @@ -1,4 +1,4 @@ -version: 7.0.0-{build} +version: 7.0.1-{build} skip_tags: false @@ -38,21 +38,21 @@ build: off build_script: - cargo build --verbose --release - - - mkdir cargo-update-v7.0.0 - - cp target\release\cargo-install-update.exe target\release\cargo-install-update-config.exe cargo-update-v7.0.0\ - - strip --strip-all --remove-section=.comment --remove-section=.note cargo-update-v7.0.0/cargo-install-update.exe cargo-update-v7.0.0/cargo-install-update-config.exe - - zip -9r cargo-update-v7.0.0.zip cargo-update-v7.0.0 + - mkdir cargo-update-v7.0.1 + - cp target\release\cargo-install-update.exe target\release\cargo-install-update-config.exe cargo-update-v7.0.1\ + - strip --strip-all --remove-section=.comment --remove-section=.note cargo-update-v7.0.1/cargo-install-update.exe cargo-update-v7.0.1/cargo-install-update-config.exe + - zip -9r cargo-update-v7.0.1.zip cargo-update-v7.0.1 test: off test_script: - cargo test --verbose --release artifacts: - - path: cargo-update-v7.0.0.zip + - path: cargo-update-v7.0.1.zip deploy: provider: GitHub - artifact: cargo-update-v7.0.0.zip + artifact: cargo-update-v7.0.1.zip auth_token: secure: 8dP4MwLtHqrSNKYKeSGSt8vm/QIc+0LHdSoI2ReFPAWEL9VrU8+88YcjQNcF6Wzn on: diff --git a/man/cargo-install-update-config.md b/man/cargo-install-update-config.md index 11fa3aaf0e..c18ce9ef0c 100644 --- a/man/cargo-install-update-config.md +++ b/man/cargo-install-update-config.md @@ -126,7 +126,8 @@ Written by наб <>, Harrison Metzger <>, Benjamin Bannier <>, Dimitris Apostolou <>, - and Corbin Uselton <> + Corbin Uselton <>, + and QuarticCat <> ## SPECIAL THANKS diff --git a/man/cargo-install-update.md b/man/cargo-install-update.md index c88bf4c1be..07c76701bc 100644 --- a/man/cargo-install-update.md +++ b/man/cargo-install-update.md @@ -340,7 +340,8 @@ Written by наб <>, Harrison Metzger <>, Benjamin Bannier <>, Dimitris Apostolou <>, - and Corbin Uselton <> + Corbin Uselton <>, + and QuarticCat <> ## SPECIAL THANKS