Skip to content

Commit

Permalink
Release 0.4.3
Browse files Browse the repository at this point in the history
Signed-off-by: Max Dymond <[email protected]>
  • Loading branch information
maxdymond committed Dec 2, 2019
1 parent 2ae5b8b commit afe357e
Show file tree
Hide file tree
Showing 5 changed files with 12 additions and 6 deletions.
8 changes: 7 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,11 @@ Status: Available for use

### Added

## [0.4.3] - 2019-12-02
### Changed

### Added

## [0.4.2] - 2019-12-02
### Changed

Expand Down Expand Up @@ -179,7 +184,8 @@ Status: Available for use
- Initial primitive version
### Changed

[Unreleased]: https://github.com/Metaswitch/floki/compare/0.4.2...HEAD
[Unreleased]: https://github.com/Metaswitch/floki/compare/0.4.3...HEAD
[0.4.3]: https://github.com/Metaswitch/floki/compare/0.4.2...0.4.3
[0.4.2]: https://github.com/Metaswitch/floki/compare/0.4.1...0.4.2
[0.4.1]: https://github.com/Metaswitch/floki/compare/0.4.0...0.4.1
[0.4.0]: https://github.com/Metaswitch/floki/compare/0.3.0...0.4.0
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
Expand Up @@ -8,7 +8,7 @@ keywords = ["docker"]
categories = ["command-line-utilities"]
license = "MIT"

version = "0.4.2"
version = "0.4.3"
authors = ["Richard Lupton <[email protected]>",
"Max Dymond <[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.4.2/floki-0.4.2-linux.tar.gz | tar xzvf -
$ curl -L https://github.com/Metaswitch/floki/releases/download/0.4.3/floki-0.4.3-linux.tar.gz | tar xzvf -
```

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

```
$ ./floki --version
floki 0.4.2
floki 0.4.3
```

Move it onto your path to run it from anywhere. E.g.
Expand Down
2 changes: 1 addition & 1 deletion docs/content/documentation/getting-started.md
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ Precompiled binaries can be downloaded from the releases page (for linux (static
To obtain `curl` and extract the latest linux binary directly in your shell, run

```
$ curl -L https://github.com/Metaswitch/floki/releases/download/0.1.0/floki-0.1.0-linux.tar.gz | tar xzvf -
$ curl -L https://github.com/Metaswitch/floki/releases/download/0.4.3/floki-0.4.3-linux.tar.gz | tar xzvf -
```

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

0 comments on commit afe357e

Please sign in to comment.