diff --git a/Cargo.toml b/Cargo.toml index 411bea3..5159b53 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -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 ", "nabijaczleweli ", "pheki", "Adrian Herath ", "cyqsimon", - "jim4067"] + "jim4067", + "Orhun Parmaksız ", + "Kian-Meng Ang ", + "Theodore Ni"] [dependencies] hyper-native-tls = "0.3" diff --git a/appveyor.yml b/appveyor.yml index 3a1d7c6..1e86662 100644 --- a/appveyor.yml +++ b/appveyor.yml @@ -1,7 +1,7 @@ image: - Visual Studio 2022 -version: 1.12.5-{build} +version: 1.12.6-{build} skip_tags: false @@ -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: diff --git a/http.md b/http.md index a9fad39..9d6b1e7 100644 --- a/http.md +++ b/http.md @@ -464,7 +464,10 @@ Written by thecoshman <>, pheki, Adrian Herath <>, cyqsimon, - and jim4067. + jim4067, + Orhun Parmaksız <>, + Kian-Meng Ang <>, + and Theodore Ni. ## REPORTING BUGS