From 523bf79307da88a24896a8433a795f02dad8f4f5 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=D0=BD=D0=B0=D0=B1?= Date: Tue, 1 Oct 2024 12:38:31 +0200 Subject: [PATCH] Bump version to 15.0.0 --- Cargo.toml | 2 +- appveyor.yml | 14 +++++++------- 2 files changed, 8 insertions(+), 8 deletions(-) diff --git a/Cargo.toml b/Cargo.toml index 5e7e7070eb..cf597d5225 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 = "14.1.1" +version = "15.0.0" # Remember to also update in man/*.md authors = ["наб ", "Yann Simon ", diff --git a/appveyor.yml b/appveyor.yml index 01270dcd90..e2d8e101e0 100644 --- a/appveyor.yml +++ b/appveyor.yml @@ -1,7 +1,7 @@ image: - Visual Studio 2022 -version: 14.1.1-{build} +version: 15.0.0-{build} skip_tags: false @@ -31,21 +31,21 @@ build: off build_script: - cargo build --verbose --release - - - mkdir cargo-update-v14.1.1 - - cp target\release\cargo-install-update.exe target\release\cargo-install-update-config.exe cargo-update-v14.1.1\ - - strip --strip-all --remove-section=.comment --remove-section=.note cargo-update-v14.1.1/cargo-install-update.exe cargo-update-v14.1.1/cargo-install-update-config.exe - - zip -9r cargo-update-v14.1.1.zip cargo-update-v14.1.1 + - mkdir cargo-update-v15.0.0 + - cp target\release\cargo-install-update.exe target\release\cargo-install-update-config.exe cargo-update-v15.0.0\ + - strip --strip-all --remove-section=.comment --remove-section=.note cargo-update-v15.0.0/cargo-install-update.exe cargo-update-v15.0.0/cargo-install-update-config.exe + - zip -9r cargo-update-v15.0.0.zip cargo-update-v15.0.0 test: off test_script: - cargo test --verbose --release artifacts: - - path: cargo-update-v14.1.1.zip + - path: cargo-update-v15.0.0.zip deploy: provider: GitHub - artifact: cargo-update-v14.1.1.zip + artifact: cargo-update-v15.0.0.zip auth_token: secure: FNqRpbXgjNh7VrtHCIGadt7Pwv9HGq4kyUCQFueRLJvQCCWWWgko3PwiZvYlaAEG on: