Skip to content

Commit

Permalink
Bump version to 2.5.3. Add @bbannier to authors list
Browse files Browse the repository at this point in the history
  • Loading branch information
nabijaczleweli committed Feb 16, 2020
1 parent aa40462 commit bd9db54
Show file tree
Hide file tree
Showing 4 changed files with 12 additions and 9 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 = "2.5.2"
version = "2.5.3"
# Remember to also update in man/*.md
authors = ["nabijaczleweli <[email protected]>",
"Yann Simon <[email protected]>",
Expand All @@ -25,7 +25,8 @@ authors = ["nabijaczleweli <[email protected]>",
"Matthias Krüger <[email protected]>",
"Daniel Holbert <[email protected]>",
"Jonas Bushart <[email protected]>",
"Harrison Metzger <[email protected]>"]
"Harrison Metzger <[email protected]>",
"Benjamin Bannier <[email protected]>"]
exclude = ["*.enc"]


Expand Down
10 changes: 5 additions & 5 deletions appveyor.yml
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
version: 2.5.2-{build}
version: 2.5.3-{build}

skip_tags: false

Expand Down Expand Up @@ -28,17 +28,17 @@ build: off
build_script:
- git submodule update --init --recursive
- cargo build --release
- cp target\release\cargo-install-update.exe cargo-install-update-v2.5.2.exe
- strip --strip-all --remove-section=.comment --remove-section=.note cargo-install-update-v2.5.2.exe
- cp target\release\cargo-install-update.exe cargo-install-update-v2.5.3.exe
- strip --strip-all --remove-section=.comment --remove-section=.note cargo-install-update-v2.5.3.exe

test: off

artifacts:
- path: cargo-install-update-v2.5.2.exe
- path: cargo-install-update-v2.5.3.exe

deploy:
provider: GitHub
artifact: cargo-install-update-v2.5.2.exe
artifact: cargo-install-update-v2.5.3.exe
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 @@ -102,7 +102,8 @@ Written by nabijaczleweli &lt;<[email protected]>&gt;,
Alex Burka &lt;<[email protected]>&gt;,
Matthias Krüger &lt;<[email protected]>&gt;,
Daniel Holbert &lt;<[email protected]>&gt;,
and Jonas Bushart &lt;<[email protected]>&gt;
Harrison Metzger &lt;<[email protected]>&gt;,
and Benjamin Bannier &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 @@ -298,7 +298,8 @@ Written by nabijaczleweli &lt;<[email protected]>&gt;,
Matthias Krüger &lt;<[email protected]>&gt;,
Daniel Holbert &lt;<[email protected]>&gt;,
Jonas Bushart &lt;<[email protected]>&gt;,
and Harrison Metzger &lt;<[email protected]>&gt;
Harrison Metzger &lt;<[email protected]>&gt;,
and Benjamin Bannier &lt;<[email protected]>&gt;

## SPECIAL THANKS

Expand Down

0 comments on commit bd9db54

Please sign in to comment.