Skip to content

Commit

Permalink
Bump version to 1.12.6. Add @orhun, @kianmeng, and @tjni to authors list
Browse files Browse the repository at this point in the history
  • Loading branch information
nabijaczleweli committed Mar 21, 2023
1 parent 5431204 commit 6a08e88
Show file tree
Hide file tree
Showing 3 changed files with 16 additions and 10 deletions.
7 changes: 5 additions & 2 deletions Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -9,14 +9,17 @@ categories = ["network-programming", "web-programming::http-server"]
license = "MIT"
build = "build.rs"
# Remember to also update in appveyor.yml
version = "1.12.5"
version = "1.12.6"
# Remember to also update in http.md
authors = ["thecoshman <[email protected]>",
"nabijaczleweli <[email protected]>",
"pheki",
"Adrian Herath <[email protected]>",
"cyqsimon",
"jim4067"]
"jim4067",
"Orhun Parmaksız <[email protected]>",
"Kian-Meng Ang <[email protected]>",
"Theodore Ni"]

[dependencies]
hyper-native-tls = "0.3"
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: 1.12.5-{build}
version: 1.12.6-{build}

skip_tags: false

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

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

artifacts:
- path: http-v1.12.5.exe
- path: http v1.12.5 installer.exe
- path: http-v1.12.6.exe
- path: http v1.12.6 installer.exe

deploy:
provider: GitHub
artifact: /http.*v1.12.5.*\.exe/
artifact: /http.*v1.12.6.*\.exe/
auth_token:
secure: ZTXvCrv9y01s7Hd60w8W7NaouPnPoaw9YJt9WhWQ2Pep8HLvCikt9Exjkz8SGP9P
on:
Expand Down
5 changes: 4 additions & 1 deletion http.md
Original file line number Diff line number Diff line change
Expand Up @@ -464,7 +464,10 @@ Written by thecoshman &lt;<[email protected]>&gt;,
pheki,
Adrian Herath &lt;<[email protected]>&gt;,
cyqsimon,
and jim4067.
jim4067,
Orhun Parmaksız &lt;<[email protected]>&gt;,
Kian-Meng Ang &lt;<[email protected]>&gt;,
and Theodore Ni.

## REPORTING BUGS

Expand Down

0 comments on commit 6a08e88

Please sign in to comment.