From bac83a95e305785e5910cb06910bd3a5dd6bd1e3 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=D0=BD=D0=B0=D0=B1?= Date: Sun, 20 Nov 2022 01:08:13 +0100 Subject: [PATCH] Bump version to 11.1.0. Add @smcclennon 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 f19756b211..493d648573 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 = "11.0.0" +version = "11.1.0" # Remember to also update in man/*.md authors = ["наб ", "Yann Simon ", @@ -35,7 +35,8 @@ authors = ["наб ", "Marcin Puc ", "Paul Barker ", "Benoît CORTIER ", - "Biswapriyo Nath "] + "Biswapriyo Nath ", + "Shiraz "] exclude = ["*.enc"] diff --git a/appveyor.yml b/appveyor.yml index d4f2532320..15ea6a83c1 100644 --- a/appveyor.yml +++ b/appveyor.yml @@ -1,7 +1,7 @@ image: - Visual Studio 2022 -version: 11.0.0-{build} +version: 11.1.0-{build} skip_tags: false @@ -26,21 +26,21 @@ build: off build_script: - cargo build --verbose --release - - - mkdir cargo-update-v11.0.0 - - cp target\release\cargo-install-update.exe target\release\cargo-install-update-config.exe cargo-update-v11.0.0\ - - strip --strip-all --remove-section=.comment --remove-section=.note cargo-update-v11.0.0/cargo-install-update.exe cargo-update-v11.0.0/cargo-install-update-config.exe - - zip -9r cargo-update-v11.0.0.zip cargo-update-v11.0.0 + - mkdir cargo-update-v11.1.0 + - cp target\release\cargo-install-update.exe target\release\cargo-install-update-config.exe cargo-update-v11.1.0\ + - strip --strip-all --remove-section=.comment --remove-section=.note cargo-update-v11.1.0/cargo-install-update.exe cargo-update-v11.1.0/cargo-install-update-config.exe + - zip -9r cargo-update-v11.1.0.zip cargo-update-v11.1.0 test: off test_script: - cargo test --verbose --release artifacts: - - path: cargo-update-v11.0.0.zip + - path: cargo-update-v11.1.0.zip deploy: provider: GitHub - artifact: cargo-update-v11.0.0.zip + artifact: cargo-update-v11.1.0.zip auth_token: secure: FNqRpbXgjNh7VrtHCIGadt7Pwv9HGq4kyUCQFueRLJvQCCWWWgko3PwiZvYlaAEG on: diff --git a/man/cargo-install-update-config.md b/man/cargo-install-update-config.md index b4fdbd7f94..9a54ae0d00 100644 --- a/man/cargo-install-update-config.md +++ b/man/cargo-install-update-config.md @@ -137,7 +137,8 @@ Written by наб <>, Marcin Puc <>, Paul Barker <>, Benoît CORTIER <>, - and Biswapriyo Nath <> + Biswapriyo Nath <>, + and Shiraz <> ## SPECIAL THANKS diff --git a/man/cargo-install-update.md b/man/cargo-install-update.md index 6a683e1c4a..1dd2c560ff 100644 --- a/man/cargo-install-update.md +++ b/man/cargo-install-update.md @@ -366,7 +366,8 @@ Written by наб <>, Marcin Puc <>, Paul Barker <>, Benoît CORTIER <>, - and Biswapriyo Nath <> + Biswapriyo Nath <>, + and Shiraz <> ## SPECIAL THANKS