Skip to content

Commit

Permalink
Bump version to 8.1.4. Add @tranzystorek-io to authors list
Browse files Browse the repository at this point in the history
  • Loading branch information
nabijaczleweli committed May 23, 2022
1 parent 1ce0bbe commit e7a89a3
Show file tree
Hide file tree
Showing 4 changed files with 16 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 = "8.1.3"
version = "8.1.4"
# Remember to also update in man/*.md
authors = ["наб <[email protected]>",
"Yann Simon <[email protected]>",
Expand All @@ -31,7 +31,8 @@ authors = ["наб <[email protected]>",
"Corbin Uselton <[email protected]>",
"QuarticCat <[email protected]>",
"Artur Sinila <[email protected]>",
"qthree <[email protected]>"]
"qthree <[email protected]>",
"Marcin Puc <[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: 8.1.3-{build}
version: 8.1.4-{build}

skip_tags: false

Expand Down Expand Up @@ -40,21 +40,21 @@ build: off
build_script:
- cargo build --verbose --release
-
- mkdir cargo-update-v8.1.3
- cp target\release\cargo-install-update.exe target\release\cargo-install-update-config.exe cargo-update-v8.1.3\
- strip --strip-all --remove-section=.comment --remove-section=.note cargo-update-v8.1.3/cargo-install-update.exe cargo-update-v8.1.3/cargo-install-update-config.exe
- zip -9r cargo-update-v8.1.3.zip cargo-update-v8.1.3
- mkdir cargo-update-v8.1.4
- cp target\release\cargo-install-update.exe target\release\cargo-install-update-config.exe cargo-update-v8.1.4\
- strip --strip-all --remove-section=.comment --remove-section=.note cargo-update-v8.1.4/cargo-install-update.exe cargo-update-v8.1.4/cargo-install-update-config.exe
- zip -9r cargo-update-v8.1.4.zip cargo-update-v8.1.4

test: off
test_script:
- cargo test --verbose --release

artifacts:
- path: cargo-update-v8.1.3.zip
- path: cargo-update-v8.1.4.zip

deploy:
provider: GitHub
artifact: cargo-update-v8.1.3.zip
artifact: cargo-update-v8.1.4.zip
auth_token:
secure: FNqRpbXgjNh7VrtHCIGadt7Pwv9HGq4kyUCQFueRLJvQCCWWWgko3PwiZvYlaAEG
on:
Expand Down
4 changes: 3 additions & 1 deletion man/cargo-install-update-config.md
Original file line number Diff line number Diff line change
Expand Up @@ -132,7 +132,9 @@ Written by наб &lt;<[email protected]>&gt;,
Dimitris Apostolou &lt;<[email protected]>&gt;,
Corbin Uselton &lt;<[email protected]>&gt;,
QuarticCat &lt;<[email protected]>&gt;,
and Artur Sinila &lt;<[email protected]>&gt;
Artur Sinila &lt;<[email protected]>&gt;,
qthree &lt;<[email protected]>&gt;,
and Marcin Puc &lt;<[email protected]>&gt;

## SPECIAL THANKS

Expand Down
4 changes: 3 additions & 1 deletion man/cargo-install-update.md
Original file line number Diff line number Diff line change
Expand Up @@ -352,7 +352,9 @@ Written by наб &lt;<[email protected]>&gt;,
Dimitris Apostolou &lt;<[email protected]>&gt;,
Corbin Uselton &lt;<[email protected]>&gt;,
QuarticCat &lt;<[email protected]>&gt;,
and Artur Sinila &lt;<[email protected]>&gt;
Artur Sinila &lt;<[email protected]>&gt;,
qthree &lt;<[email protected]>&gt;,
and Marcin Puc &lt;<[email protected]>&gt;

## SPECIAL THANKS

Expand Down

0 comments on commit e7a89a3

Please sign in to comment.