Skip to content

Commit 47a421a

Browse files
authored
Version 0.2.0 -> 0.3.0 (#34)
Signed-off-by: Richard Lupton <[email protected]>
1 parent 13dfb4b commit 47a421a

File tree

4 files changed

+8
-4
lines changed

4 files changed

+8
-4
lines changed

CHANGELOG.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -8,6 +8,10 @@ version number is tracked in the file `VERSION`.
88

99
## Unreleased
1010
### Changed
11+
### Added
12+
13+
## [0.3.0] - 2019-10-01
14+
### Changed
1115
- Rename `FLOKI_HOST_WORKDIR` to `FLOKI_HOST_MOUNTDIR` - BREAKING
1216
- Also search ancestors of the working directory for a `floki.yaml` - MINOR
1317
- Make parsing of `floki.yaml` strict - deny unknown fields - BREAKING

Cargo.lock

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "floki"
3-
version = "0.2.0"
3+
version = "0.3.0"
44
authors = ["Richard Lupton <[email protected]>"]
55
edition = '2018'
66

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -25,14 +25,14 @@ Precompiled binaries can be downloaded from the releases page (for linux and OSX
2525
To obtain `curl` and extract the latest linux binary directly in your shell, run
2626

2727
```
28-
$ curl -L https://github.com/Metaswitch/floki/releases/download/0.2.0/floki-0.2.0-linux.tar.gz | tar xzvf -
28+
$ curl -L https://github.com/Metaswitch/floki/releases/download/0.3.0/floki-0.3.0-linux.tar.gz | tar xzvf -
2929
```
3030

3131
You should be able to run `floki` from your working directory:
3232

3333
```
3434
$ ./floki --version
35-
floki 0.2.0
35+
floki 0.3.0
3636
```
3737

3838
Move it onto your path to run it from anywhere. E.g.

0 commit comments

Comments
 (0)