Skip to content

Commit

Permalink
Version 0.2.0 -> 0.3.0 (#34)
Browse files Browse the repository at this point in the history
Signed-off-by: Richard Lupton <[email protected]>
  • Loading branch information
rlupton20 authored Oct 1, 2019
1 parent 13dfb4b commit 47a421a
Show file tree
Hide file tree
Showing 4 changed files with 8 additions and 4 deletions.
4 changes: 4 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
2 changes: 1 addition & 1 deletion Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "floki"
version = "0.2.0"
version = "0.3.0"
authors = ["Richard Lupton <[email protected]>"]
edition = '2018'

Expand Down
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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.
Expand Down

0 comments on commit 47a421a

Please sign in to comment.