v1.18.0
Diff
CHANGELOG.md | 15 +++++++++++++++
Cargo.lock | 2 +-
Cargo.toml | 2 +-
README.md | 2 +-
4 files changed, 18 insertions(+), 3 deletions(-)
@@ -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__
@@ -872,7 +872,7 @@ checksum = "0b8de496cf83d4ed58b6be86c3a275b8602f6ffe98d3024a869e124147a9a3ac"
[[package]]
name = "static-web-server"
version = "1.17.1"
version = "1.18.0"
dependencies = [
"chrono",
"ctrlc",
@@ -1,6 +1,6 @@
[package]
name = "static-web-server"
version = "1.17.1"
version = "1.18.0"
authors = ["Jose Quintana <https://git.io/joseluisq>"]
license = "MIT OR Apache-2.0"
description = "A blazing fast static files-serving web server powered by Rust Iron."
@@ -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: