From 4f7c22a6ddf98a483946c1994d203747b00b51cc Mon Sep 17 00:00:00 2001 From: Teddy Wing Date: Wed, 22 Nov 2017 19:55:13 +0100 Subject: Increase version v0.0.2 -> v0.0.3 --- CHANGELOG | 6 ++++++ Cargo.lock | 2 +- Cargo.toml | 2 +- 3 files changed, 8 insertions(+), 2 deletions(-) diff --git a/CHANGELOG b/CHANGELOG index 9f2234f..035d449 100644 --- a/CHANGELOG +++ b/CHANGELOG @@ -1,6 +1,12 @@ CHANGELOG ========= +v0.0.3 (2017-11-22): + Changes: + + * Listen on `0.0.0.0` instead of `127.0.0.1` to facilitate running the + server inside a Docker container. + v0.0.2 (2017-11-17): Fixes: diff --git a/Cargo.lock b/Cargo.lock index 97d78c7..2fd0c9c 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -1,6 +1,6 @@ [root] name = "kipper" -version = "0.0.2" +version = "0.0.3" dependencies = [ "getopts 0.2.15 (registry+https://github.com/rust-lang/crates.io-index)", "json 0.11.10 (registry+https://github.com/rust-lang/crates.io-index)", diff --git a/Cargo.toml b/Cargo.toml index c659cab..b8a4c83 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "kipper" -version = "0.0.2" +version = "0.0.3" [dependencies] getopts = "0.2.15" -- cgit v1.2.3