index : static-web-server.git

ascending towards madness

author Jose Quintana <joseluisquintana20@gmail.com> 2022-02-08 22:38:47.0 +00:00:00
committer Jose Quintana <joseluisquintana20@gmail.com> 2022-02-08 22:38:47.0 +00:00:00
commit
91164ac6869e2037091a887e45e4c3ffde26500a [patch]
tree
dcc912034c59512d53c01f89ad19aa50dac62662
parent
65007f957914d6c16f3e7922c04bbbb6ca9222da
download
91164ac6869e2037091a887e45e4c3ffde26500a.tar.gz

v2.6.0-beta.2



Diff

 CHANGELOG.md | 6 ++++++
 Cargo.lock   | 2 +-
 Cargo.toml   | 2 +-
 3 files changed, 8 insertions(+), 2 deletions(-)

diff --git a/CHANGELOG.md b/CHANGELOG.md
index 9f188cb..c0b4114 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -7,6 +7,12 @@ 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.6.0-beta.2 - 2022-02-08

__Fixes__

- [65007f9]https://github.com/joseluisq/static-web-server/commit/65007f9 Wrong binary path for alpine docker image.

## v2.6.0-beta.1 - 2022-02-08

__Fixes__
diff --git a/Cargo.lock b/Cargo.lock
index 59413db..c3e813d 100644
--- a/Cargo.lock
+++ b/Cargo.lock
@@ -817,7 +817,7 @@ checksum = "6e63cff320ae2c57904679ba7cb63280a3dc4613885beafb148ee7bf9aa9042d"

[[package]]
name = "static-web-server"
version = "2.6.0-beta.1"
version = "2.6.0-beta.2"
dependencies = [
 "anyhow",
 "async-compression",
diff --git a/Cargo.toml b/Cargo.toml
index f611337..f14a65b 100644
--- a/Cargo.toml
+++ b/Cargo.toml
@@ -1,6 +1,6 @@
[package]
name = "static-web-server"
version = "2.6.0-beta.1"
version = "2.6.0-beta.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."