Skip to content

Commit 18d159a

Browse files
author
Max Dymond
authored
Merge pull request #301 from Metaswitch/release-1.2.0
Release 1.2.0
2 parents 3cc2884 + e4f0cd1 commit 18d159a

5 files changed

Lines changed: 13 additions & 8 deletions

File tree

CHANGELOG.md

Lines changed: 8 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -13,6 +13,12 @@ Status: Available for use
1313

1414
### Breaking Changes
1515

16+
### Added
17+
18+
### Fixed
19+
20+
## [1.2.0] - 2023-07-07
21+
1622
### Added
1723
- Add `yaml` function to tera templating engine so that floki templates
1824
can use `yaml(file="<filepath>")` in order to load values.
@@ -24,8 +30,6 @@ Status: Available for use
2430
- Switch rust image to `rust:1-alpine3.18` as it's better maintained.
2531
- Combine errors into a single FlokiError enum.
2632

27-
### Fixed
28-
2933
## [1.1.0] - 2023-07-05
3034

3135
### Added
@@ -336,7 +340,8 @@ Status: Available for use
336340
- Initial primitive version
337341
### Changed
338342

339-
[unreleased]: https://github.com/Metaswitch/floki/compare/1.1.0...HEAD
343+
[unreleased]: https://github.com/Metaswitch/floki/compare/1.2.0...HEAD
344+
[1.2.0]: https://github.com/Metaswitch/floki/compare/1.1.0...1.2.0
340345
[1.1.0]: https://github.com/Metaswitch/floki/compare/1.0.1...1.1.0
341346
[1.0.1]: https://github.com/Metaswitch/floki/compare/1.0.0...1.0.1
342347
[1.0.0]: https://github.com/Metaswitch/floki/compare/0.9.1...1.0.0

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 = "1.1.0"
11+
version = "1.2.0"
1212
authors = ["Richard Lupton <richard.lupton@gmail.com>",
1313
"Max Dymond <max.dymond@metaswitch.com>"]
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
```shell
73-
$ curl -L https://github.com/Metaswitch/floki/releases/download/1.1.0/floki-1.1.0-linux.tar.gz | tar xzvf -
73+
$ curl -L https://github.com/Metaswitch/floki/releases/download/1.2.0/floki-1.2.0-linux.tar.gz | tar xzvf -
7474
```
7575

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

7878
```shell
7979
$ ./floki --version
80-
floki 1.1.0
80+
floki 1.2.0
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
@@ -25,7 +25,7 @@ Precompiled binaries for linux and OSX can be downloaded from the [releases](htt
2525
For example, to obtain the latest binary with `curl` and extract it, run
2626

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

3131
in a shell. You should now be able to run `floki` from your working directory:

0 commit comments

Comments
 (0)