diff --git a/CHANGELOG.md b/CHANGELOG.md index 3d1d94c..c72d091 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -8,6 +8,10 @@ version number is tracked in the file `VERSION`. ## Unreleased ### Changed +### Added + +## [0.3.0] - 2019-10-01 +### Changed - Rename `FLOKI_HOST_WORKDIR` to `FLOKI_HOST_MOUNTDIR` - BREAKING - Also search ancestors of the working directory for a `floki.yaml` - MINOR - Make parsing of `floki.yaml` strict - deny unknown fields - BREAKING diff --git a/Cargo.lock b/Cargo.lock index 4bc96f7..feffed1 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -183,7 +183,7 @@ dependencies = [ [[package]] name = "floki" -version = "0.2.0" +version = "0.3.0" dependencies = [ "failure 0.1.5 (registry+https://github.com/rust-lang/crates.io-index)", "failure_derive 0.1.5 (registry+https://github.com/rust-lang/crates.io-index)", diff --git a/Cargo.toml b/Cargo.toml index 074efdf..3fbdec3 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "floki" -version = "0.2.0" +version = "0.3.0" authors = ["Richard Lupton "] edition = '2018' diff --git a/README.md b/README.md index 500a8f9..e22767a 100644 --- a/README.md +++ b/README.md @@ -25,14 +25,14 @@ Precompiled binaries can be downloaded from the releases page (for linux and OSX To obtain `curl` and extract the latest linux binary directly in your shell, run ``` -$ curl -L https://github.com/Metaswitch/floki/releases/download/0.2.0/floki-0.2.0-linux.tar.gz | tar xzvf - +$ curl -L https://github.com/Metaswitch/floki/releases/download/0.3.0/floki-0.3.0-linux.tar.gz | tar xzvf - ``` You should be able to run `floki` from your working directory: ``` $ ./floki --version -floki 0.2.0 +floki 0.3.0 ``` Move it onto your path to run it from anywhere. E.g.