Skip to content

Commit

Permalink
Bump version to 7.0.1. Add @QuarticCat to authors list
Browse files Browse the repository at this point in the history
  • Loading branch information
nabijaczleweli committed Jun 4, 2021
1 parent c6a49f7 commit 98c358b
Show file tree
Hide file tree
Showing 4 changed files with 14 additions and 11 deletions.
5 changes: 3 additions & 2 deletions Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -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 = ["наб <[email protected]>",
"Yann Simon <[email protected]>",
Expand All @@ -28,7 +28,8 @@ authors = ["наб <[email protected]>",
"Harrison Metzger <[email protected]>",
"Benjamin Bannier <[email protected]>",
"Dimitris Apostolou <[email protected]>",
"Corbin Uselton <[email protected]>"]
"Corbin Uselton <[email protected]>",
"QuarticCat <[email protected]>"]
exclude = ["*.enc"]


Expand Down
14 changes: 7 additions & 7 deletions appveyor.yml
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
version: 7.0.0-{build}
version: 7.0.1-{build}

skip_tags: false

Expand Down Expand Up @@ -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:
Expand Down
3 changes: 2 additions & 1 deletion man/cargo-install-update-config.md
Original file line number Diff line number Diff line change
Expand Up @@ -126,7 +126,8 @@ Written by наб &lt;<[email protected]>&gt;,
Harrison Metzger &lt;<[email protected]>&gt;,
Benjamin Bannier &lt;<[email protected]>&gt;,
Dimitris Apostolou &lt;<[email protected]>&gt;,
and Corbin Uselton &lt;<[email protected]>&gt;
Corbin Uselton &lt;<[email protected]>&gt;,
and QuarticCat &lt;<[email protected]>&gt;

## SPECIAL THANKS

Expand Down
3 changes: 2 additions & 1 deletion man/cargo-install-update.md
Original file line number Diff line number Diff line change
Expand Up @@ -340,7 +340,8 @@ Written by наб &lt;<[email protected]>&gt;,
Harrison Metzger &lt;<[email protected]>&gt;,
Benjamin Bannier &lt;<[email protected]>&gt;,
Dimitris Apostolou &lt;<[email protected]>&gt;,
and Corbin Uselton &lt;<[email protected]>&gt;
Corbin Uselton &lt;<[email protected]>&gt;,
and QuarticCat &lt;<[email protected]>&gt;

## SPECIAL THANKS

Expand Down

0 comments on commit 98c358b

Please sign in to comment.