Skip to content

Commit dc4749f

Browse files
committed
Release 0.6.1
Signed-off-by: Max Dymond <[email protected]>
1 parent 000b622 commit dc4749f

File tree

5 files changed

+11
-6
lines changed

5 files changed

+11
-6
lines changed

CHANGELOG.md

Lines changed: 6 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,6 +15,10 @@ Status: Available for use
1515

1616
### Added
1717

18+
### Fixed
19+
20+
## [0.6.1] - 2020-07-16
21+
1822
### Fixed
1923
- Fixed bug in new `add_docker_switch` behaviour.
2024

@@ -245,7 +249,8 @@ Status: Available for use
245249
- Initial primitive version
246250
### Changed
247251

248-
[unreleased]: https://github.com/Metaswitch/floki/compare/0.6.0...HEAD
252+
[unreleased]: https://github.com/Metaswitch/floki/compare/0.6.1...HEAD
253+
[0.6.1]: https://github.com/Metaswitch/floki/compare/0.6.0...0.6.1
249254
[0.6.0]: https://github.com/Metaswitch/floki/compare/0.5.0...0.6.0
250255
[0.5.0]: https://github.com/Metaswitch/floki/compare/0.4.3...0.5.0
251256
[0.4.3]: https://github.com/Metaswitch/floki/compare/0.4.2...0.4.3

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
@@ -8,7 +8,7 @@ keywords = ["docker"]
88
categories = ["command-line-utilities"]
99
license = "MIT"
1010

11-
version = "0.6.0"
11+
version = "0.6.1"
1212
authors = ["Richard Lupton <[email protected]>",
1313
"Max Dymond <[email protected]>"]
1414
edition = '2018'

README.md

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

7272
```
73-
$ curl -L https://github.com/Metaswitch/floki/releases/download/0.6.0/floki-0.6.0-linux.tar.gz | tar xzvf -
73+
$ curl -L https://github.com/Metaswitch/floki/releases/download/0.6.1/floki-0.6.1-linux.tar.gz | tar xzvf -
7474
```
7575

7676
You should be able to run `floki` from your working directory:
7777

7878
```
7979
$ ./floki --version
80-
floki 0.6.0
80+
floki 0.6.1
8181
```
8282

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

docs/content/documentation/getting-started.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ Precompiled binaries can be downloaded from the releases page (for linux (static
1111
To obtain `curl` and extract the latest linux binary directly in your shell, run
1212

1313
```
14-
$ curl -L https://github.com/Metaswitch/floki/releases/download/0.6.0/floki-0.6.0-linux.tar.gz | tar xzvf -
14+
$ curl -L https://github.com/Metaswitch/floki/releases/download/0.6.1/floki-0.6.1-linux.tar.gz | tar xzvf -
1515
```
1616

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

0 commit comments

Comments
 (0)