Skip to content

Commit

Permalink
Bump version to 2.1.0. Add @jonasbb to authors list
Browse files Browse the repository at this point in the history
  • Loading branch information
nabijaczleweli committed Sep 26, 2019
1 parent 42d582a commit b3ba1ee
Show file tree
Hide file tree
Showing 4 changed files with 18 additions and 15 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.0.0"
version = "2.1.0"
# Remember to also update in man/*.md
authors = ["nabijaczleweli <[email protected]>",
"Yann Simon <[email protected]>",
Expand All @@ -23,7 +23,8 @@ authors = ["nabijaczleweli <[email protected]>",
"sinkuu <[email protected]>",
"Alex Burka <[email protected]>",
"Matthias Krüger <[email protected]>",
"Daniel Holbert <[email protected]>"]
"Daniel Holbert <[email protected]>",
"Jonas Bushart <[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.0.0-{build}
version: 2.1.0-{build}

skip_tags: false

Expand All @@ -25,17 +25,17 @@ build: off
build_script:
- git submodule update --init --recursive
- cargo build --release
- cp target\release\cargo-install-update.exe cargo-install-update-v2.0.0.exe
- strip --strip-all --remove-section=.comment --remove-section=.note cargo-install-update-v2.0.0.exe
- cp target\release\cargo-install-update.exe cargo-install-update-v2.1.0.exe
- strip --strip-all --remove-section=.comment --remove-section=.note cargo-install-update-v2.1.0.exe

test: off

artifacts:
- path: cargo-install-update-v2.0.0.exe
- path: cargo-install-update-v2.1.0.exe

deploy:
provider: GitHub
artifact: cargo-install-update-v2.0.0.exe
artifact: cargo-install-update-v2.1.0.exe
auth_token:
secure: 8dP4MwLtHqrSNKYKeSGSt8vm/QIc+0LHdSoI2ReFPAWEL9VrU8+88YcjQNcF6Wzn
on:
Expand Down
9 changes: 5 additions & 4 deletions man/cargo-install-update-config.md
Original file line number Diff line number Diff line change
Expand Up @@ -98,10 +98,11 @@ Written by nabijaczleweli &lt;<[email protected]>&gt;,
Tatsuyuki Ishi &lt;<[email protected]>&gt;,
Tom Prince &lt;<[email protected]>&gt;,
Mateusz Mikuła &lt;<[email protected]>&gt;,
sinkuu &lt;<[email protected]>&gt;
Alex Burka &lt;<[email protected]>&gt;
Matthias Krüger &lt;<[email protected]>&gt;
and Daniel Holbert &lt;<[email protected]>&gt;
sinkuu &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;

## SPECIAL THANKS

Expand Down
9 changes: 5 additions & 4 deletions man/cargo-install-update.md
Original file line number Diff line number Diff line change
Expand Up @@ -283,10 +283,11 @@ Written by nabijaczleweli &lt;<[email protected]>&gt;,
Tatsuyuki Ishi &lt;<[email protected]>&gt;,
Tom Prince &lt;<[email protected]>&gt;,
Mateusz Mikuła &lt;<[email protected]>&gt;,
sinkuu &lt;<[email protected]>&gt;
Alex Burka &lt;<[email protected]>&gt;
Matthias Krüger &lt;<[email protected]>&gt;
and Daniel Holbert &lt;<[email protected]>&gt;
sinkuu &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;

## SPECIAL THANKS

Expand Down

0 comments on commit b3ba1ee

Please sign in to comment.