From 96d41139f99c9f8f790ba1e1367a83c4621f670a Mon Sep 17 00:00:00 2001 From: Jose Quintana Date: Fri, 20 Aug 2021 23:13:46 +0200 Subject: [PATCH] v1.18.0 --- CHANGELOG.md | 15 +++++++++++++++ Cargo.lock | 2 +- Cargo.toml | 2 +- README.md | 2 +- 4 files changed, 18 insertions(+), 3 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index d8715f1..c5d8864 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -7,6 +7,21 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 _**Note:** See changelog for v2 under the [master](https://github.com/joseluisq/static-web-server/blob/master/CHANGELOG.md) branch._ +## v1.18.0 - 2021-08-20 + +__Updates__ + +- [806a276](https://github.com/joseluisq/static-web-server/commit/806a276) Update dependencies including OpenSSL, httparse and related crates. + +__Refactorings__ + +- [c9e7222](https://github.com/joseluisq/static-web-server/commit/c9e7222) Cross-platform `ctrl-c` signal handling including Windows support. +- [3c7d9f6](https://github.com/joseluisq/static-web-server/commit/3c7d9f6) Remove needless borrow on server module. + +__Docs__ + +- [5a14787](https://github.com/joseluisq/static-web-server/commit/5a14787) Changelog support for v1. PR [#50](https://github.com/joseluisq/static-web-server/pull/50) + ## v1.17.1 - 2021-06-30 __Fixes__ diff --git a/Cargo.lock b/Cargo.lock index b963037..ec6bc12 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -872,7 +872,7 @@ checksum = "0b8de496cf83d4ed58b6be86c3a275b8602f6ffe98d3024a869e124147a9a3ac" [[package]] name = "static-web-server" -version = "1.17.1" +version = "1.18.0" dependencies = [ "chrono", "ctrlc", diff --git a/Cargo.toml b/Cargo.toml index baa400b..b2695e4 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "static-web-server" -version = "1.17.1" +version = "1.18.0" authors = ["Jose Quintana "] license = "MIT OR Apache-2.0" description = "A blazing fast static files-serving web server powered by Rust Iron." diff --git a/README.md b/README.md index 1e3a44d..593839f 100644 --- a/README.md +++ b/README.md @@ -84,7 +84,7 @@ Server can be configured either via environment variables or their equivalent co CLI arguments listed with `static-web-server -h`. ``` -static-web-server 1.17.1 +static-web-server 1.18.0 A blazing fast static files-serving web server powered by Rust Iron USAGE: -- libgit2 1.7.2