index : static-web-server.git

ascending towards madness

author Jose Quintana <joseluisquintana20@gmail.com> 2021-08-29 20:01:19.0 +00:00:00
committer Jose Quintana <joseluisquintana20@gmail.com> 2021-08-29 20:01:19.0 +00:00:00
commit
d165213f375b5394736c97d68b348818d79b2d4a [patch]
tree
c3c57904ff8b7e627f245d02c8b0e23fb8000cd6
parent
adb8ca625e3d2894de6d9f4c90ca28ce0cff3f50
download
d165213f375b5394736c97d68b348818d79b2d4a.tar.gz

v2.0.2



Diff

 CHANGELOG.md | 7 +++++++
 Cargo.lock   | 2 +-
 Cargo.toml   | 2 +-
 README.md    | 2 +-
 4 files changed, 10 insertions(+), 3 deletions(-)

diff --git a/CHANGELOG.md b/CHANGELOG.md
index 73e7cac..730a550 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -7,6 +7,13 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0

_**Note:** See changelog for v1 under the [1.x]https://github.com/joseluisq/static-web-server/blob/1.x/CHANGELOG.md branch._


## v2.0.2 - 2021-08-29

__Fixes__

* [ab83e2a]https://github.com/joseluisq/static-web-server/commit/ab83e2a Update dependencies including Hyper, h2, httparse bug fixes. Tokio leak fix and related crates (also [adb8ca6]https://github.com/joseluisq/static-web-server/commit/adb8ca6)

## v2.0.1 - 2021-08-18

__Fixes__
diff --git a/Cargo.lock b/Cargo.lock
index 4e83594..1295da9 100644
--- a/Cargo.lock
+++ b/Cargo.lock
@@ -856,7 +856,7 @@ checksum = "6e63cff320ae2c57904679ba7cb63280a3dc4613885beafb148ee7bf9aa9042d"

[[package]]
name = "static-web-server"
version = "2.0.1"
version = "2.0.2"
dependencies = [
 "anyhow",
 "async-compression",
diff --git a/Cargo.toml b/Cargo.toml
index 11a1a3d..f51290e 100644
--- a/Cargo.toml
+++ b/Cargo.toml
@@ -1,6 +1,6 @@
[package]
name = "static-web-server"
version = "2.0.1"
version = "2.0.2"
authors = ["Jose Quintana <https://git.io/joseluisq>"]
license = "MIT OR Apache-2.0"
description = "A blazing fast and asynchronous web server for static files-serving."
diff --git a/README.md b/README.md
index dc84c5a..0075aea 100644
--- a/README.md
+++ b/README.md
@@ -108,7 +108,7 @@ Server can be configured either via environment variables or their equivalent co
CLI arguments listed with `static-web-server -h`.

```
static-web-server 2.0.0
static-web-server 2.0.2
Jose Quintana <https://git.io/joseluisq>
A blazing fast and asynchronous web server for static files-serving.