index : static-web-server.git

ascending towards madness

author Jose Quintana <joseluisquintana20@gmail.com> 2020-05-09 23:07:28.0 +00:00:00
committer Jose Quintana <joseluisquintana20@gmail.com> 2020-05-09 23:07:28.0 +00:00:00
commit
8083c587af66bd904a6504a10e6a7370b9b02c6b [patch]
tree
c9a09905faba25b3d163c5dccd970cb758832777
parent
7dd96e0bd7c09f8c329c18d1b798227250b27f33
download
8083c587af66bd904a6504a10e6a7370b9b02c6b.tar.gz

v1.9.0



Diff

 Cargo.lock                | 2 +-
 Cargo.toml                | 2 +-
 README.md                 | 2 +-
 docker/alpine/Dockerfile  | 2 +-
 docker/scratch/Dockerfile | 2 +-
 5 files changed, 5 insertions(+), 5 deletions(-)

diff --git a/Cargo.lock b/Cargo.lock
index 59d6867..3edd418 100644
--- a/Cargo.lock
+++ b/Cargo.lock
@@ -915,7 +915,7 @@ checksum = "c7cb5678e1615754284ec264d9bb5b4c27d2018577fd90ac0ceb578591ed5ee4"

[[package]]
name = "static-web-server"
version = "1.8.0"
version = "1.9.0"
dependencies = [
 "chrono",
 "env_logger",
diff --git a/Cargo.toml b/Cargo.toml
index c1275b0..6c94c1d 100644
--- a/Cargo.toml
+++ b/Cargo.toml
@@ -1,6 +1,6 @@
[package]
name = "static-web-server"
version = "1.8.0"
version = "1.9.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."
diff --git a/README.md b/README.md
index a737c21..d29d53c 100644
--- a/README.md
+++ b/README.md
@@ -54,7 +54,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.8.0
static-web-server 1.9.0
A blazing fast static files-serving web server powered by Rust Iron

USAGE:
diff --git a/docker/alpine/Dockerfile b/docker/alpine/Dockerfile
index 0536cda..f8a67e1 100644
--- a/docker/alpine/Dockerfile
+++ b/docker/alpine/Dockerfile
@@ -24,5 +24,5 @@ LABEL org.opencontainers.image.vendor="Jose Quintana" \
    org.opencontainers.image.url="https://github.com/joseluisq/static-web-server" \
    org.opencontainers.image.title="Static Web Server" \
    org.opencontainers.image.description="A blazing fast static files-serving web server powered by Rust Iron." \
    org.opencontainers.image.version="v1.8.0" \
    org.opencontainers.image.version="v1.9.0" \
    org.opencontainers.image.documentation="https://github.com/joseluisq/static-web-server"
diff --git a/docker/scratch/Dockerfile b/docker/scratch/Dockerfile
index b8530e7..f646ac2 100644
--- a/docker/scratch/Dockerfile
+++ b/docker/scratch/Dockerfile
@@ -14,5 +14,5 @@ LABEL org.opencontainers.image.vendor="Jose Quintana" \
    org.opencontainers.image.url="https://github.com/joseluisq/static-web-server" \
    org.opencontainers.image.title="Static Web Server" \
    org.opencontainers.image.description="A blazing fast static files-serving web server powered by Rust Iron." \
    org.opencontainers.image.version="v1.8.0" \
    org.opencontainers.image.version="v1.9.0" \
    org.opencontainers.image.documentation="https://github.com/joseluisq/static-web-server"