Skip to content

Commit

Permalink
Bump version to 2.1.0
Browse files Browse the repository at this point in the history
  • Loading branch information
nabijaczleweli committed Sep 23, 2024
1 parent d585419 commit 272f2c6
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 8 deletions.
2 changes: 1 addition & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ categories = ["network-programming", "web-programming::http-server"]
license = "MIT"
build = "build.rs"
# Remember to also update in appveyor.yml and the http-crates.io branch
version = "2.0.2"
version = "2.1.0"
# Remember to also update in http.md
authors = ["thecoshman <rust@thecoshman.com>",
"nabijaczleweli <nabijaczleweli@nabijaczleweli.xyz>",
Expand Down
14 changes: 7 additions & 7 deletions appveyor.yml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
image:
- Visual Studio 2022

version: 2.0.2-{build}
version: 2.1.0-{build}

skip_tags: false

Expand All @@ -27,21 +27,21 @@ build: off
build_script:
- git submodule update --init --recursive
- cargo build --verbose --release
- cp target\release\http.exe http-v2.0.2.exe
- strip --strip-all --remove-section=.comment --remove-section=.note http-v2.0.2.exe
- makensis -DHTTP_VERSION=v2.0.2 install.nsi
- cp target\release\http.exe http-v2.1.0.exe
- strip --strip-all --remove-section=.comment --remove-section=.note http-v2.1.0.exe
- makensis -DHTTP_VERSION=v2.1.0 install.nsi

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

artifacts:
- path: http-v2.0.2.exe
- path: http v2.0.2 installer.exe
- path: http-v2.1.0.exe
- path: http v2.1.0 installer.exe

deploy:
provider: GitHub
artifact: /http.*v2.0.2.*\.exe/
artifact: /http.*v2.1.0.*\.exe/
auth_token:
secure: ZTXvCrv9y01s7Hd60w8W7NaouPnPoaw9YJt9WhWQ2Pep8HLvCikt9Exjkz8SGP9P
on:
Expand Down

0 comments on commit 272f2c6

Please sign in to comment.