index : static-web-server.git

ascending towards madness

author Jose Quintana <joseluisquintana20@gmail.com> 2020-04-21 13:00:34.0 +00:00:00
committer Jose Quintana <joseluisquintana20@gmail.com> 2020-04-21 13:00:34.0 +00:00:00
commit
055a9235f18522fa43cf5e03c719fc20d8a76c68 [patch]
tree
5f035b2872bf805c97957cee729e6a53c08d3130
parent
48b92ef2fe14300af60f29c854f85e71e391aafa
download
055a9235f18522fa43cf5e03c719fc20d8a76c68.tar.gz

v1.8.0



Diff

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

diff --git a/Cargo.lock b/Cargo.lock
index f486684..69a6728 100644
--- a/Cargo.lock
+++ b/Cargo.lock
@@ -905,7 +905,7 @@ checksum = "05720e22615919e4734f6a99ceae50d00226c3c5aca406e102ebc33298214e0a"

[[package]]
name = "static-web-server"
version = "1.7.0"
version = "1.8.0"
dependencies = [
 "chrono",
 "env_logger",
diff --git a/Cargo.toml b/Cargo.toml
index 9d88191..11e326e 100644
--- a/Cargo.toml
+++ b/Cargo.toml
@@ -1,6 +1,6 @@
[package]
name = "static-web-server"
version = "1.7.0"
version = "1.8.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/docker/alpine/Dockerfile b/docker/alpine/Dockerfile
index 8e3cce4..0536cda 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.7.0" \
    org.opencontainers.image.version="v1.8.0" \
    org.opencontainers.image.documentation="https://github.com/joseluisq/static-web-server"
diff --git a/docker/scratch/Dockerfile b/docker/scratch/Dockerfile
index aa0eb2c..b8530e7 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.7.0" \
    org.opencontainers.image.version="v1.8.0" \
    org.opencontainers.image.documentation="https://github.com/joseluisq/static-web-server"