Skip to content

Commit

Permalink
Bump version to 0.8.0. Add @ZeusMods to authors list
Browse files Browse the repository at this point in the history
  • Loading branch information
nabijaczleweli committed May 30, 2021
1 parent 602239c commit 1561a0c
Show file tree
Hide file tree
Showing 3 changed files with 13 additions and 8 deletions.
8 changes: 6 additions & 2 deletions Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -8,9 +8,13 @@ keywords = ["checksums", "checksum", "directory", "verification", "hash"]
categories = ["authentication", "filesystem"]
license = "MIT"
# Remember to also update in appveyor.yml
version = "0.7.1"
version = "0.8.0"
# Remember to also update in checksums.md
authors = ["nabijaczleweli <[email protected]>", "Zachary Dremann <[email protected]>", "Chris Moore", "Daniel Alley <[email protected]>"]
authors = ["nabijaczleweli <[email protected]>",
"Zachary Dremann <[email protected]>",
"Chris Moore",
"Daniel Alley <[email protected]>",
"Paul Bragin <[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: 0.7.1-{build}
version: 0.8.0-{build}

branches:
except:
Expand Down Expand Up @@ -33,20 +33,20 @@ build: off
build_script:
- git submodule update --init --recursive
- cargo build --verbose --release
- cp target\release\checksums.exe checksums-v0.7.1.exe
- strip --strip-all --remove-section=.comment --remove-section=.note checksums-v0.7.1.exe
- cp target\release\checksums.exe checksums-v0.8.0.exe
- strip --strip-all --remove-section=.comment --remove-section=.note checksums-v0.8.0.exe

test: off
test_script:
- cargo test --verbose --release
- target\release\checksums -cr --ignore target --ignore .git && cat checksums.hash

artifacts:
- path: checksums-v0.7.1.exe
- path: checksums-v0.8.0.exe

deploy:
provider: GitHub
artifact: checksums-v0.7.1.exe
artifact: checksums-v0.8.0.exe
auth_token:
secure: zK12oe/FpM3ohZeCRfm/yD7EaLGQhxH9Tfn/Uh4VPIixnq+qJ/8ZLd/LsIeVDwro
on:
Expand Down
3 changes: 2 additions & 1 deletion checksums.md
Original file line number Diff line number Diff line change
Expand Up @@ -145,7 +145,8 @@ Exit values and possible errors:
Written by nabijaczleweli &lt;<[email protected]>&gt;,
Zachary Dremann &lt;<[email protected]>&gt;,
Chris Moore,
and Daniel Alley &lt;<[email protected]>&gt;
Daniel Alley &lt;<[email protected]>&gt;,
and Paul Bragin &lt;<[email protected]>&gt;

## REPORTING BUGS

Expand Down

0 comments on commit 1561a0c

Please sign in to comment.