Skip to content

Commit b972ecc

Browse files
holdegmaxdymond
authored andcommitted
Release 2.2.0
Signed-off-by: George Holderness <[email protected]>
1 parent 362023c commit b972ecc

File tree

5 files changed

+12
-7
lines changed

5 files changed

+12
-7
lines changed

CHANGELOG.md

Lines changed: 8 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -14,11 +14,15 @@ Status: Available for use
1414
### Breaking Changes
1515

1616
### Added
17-
- Set minimum Rust version to 1.80
18-
- Add configuration for [`cargo generate-rpm`](https://crates.io/crates/cargo-generate-rpm), allowing an RPM for floki to be built using Cargo against the project
1917

2018
### Fixed
2119

20+
## [2.2.0] - 2025-10-30
21+
22+
### Added
23+
- Set minimum Rust version to 1.80
24+
- Add configuration for [`cargo generate-rpm`](https://crates.io/crates/cargo-generate-rpm), allowing an RPM for floki to be built using Cargo against the project
25+
2226
## [2.1.0] - 2024-09-26
2327

2428
### Added
@@ -370,7 +374,8 @@ Status: Available for use
370374
- Initial primitive version
371375
### Changed
372376

373-
[unreleased]: https://github.com/Metaswitch/floki/compare/2.1.0...HEAD
377+
[unreleased]: https://github.com/Metaswitch/floki/compare/2.2.0...HEAD
378+
[2.2.0]: https://github.com/Metaswitch/floki/compare/2.1.0...2.2.0
374379
[2.1.0]: https://github.com/Metaswitch/floki/compare/2.0.1...2.1.0
375380
[2.0.1]: https://github.com/Metaswitch/floki/compare/2.0.0...2.0.1
376381
[2.0.0]: https://github.com/Metaswitch/floki/compare/1.2.1...2.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 = "2.1.0"
11+
version = "2.2.0"
1212
authors = ["Richard Lupton <[email protected]>",
1313
"Max Dymond <[email protected]>"]
1414
edition = '2018'

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -70,7 +70,7 @@ 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/2.1.0/floki-2.1.0-linux.tar.gz | tar xzvf -
73+
$ curl -L https://github.com/Metaswitch/floki/releases/download/2.2.0/floki-2.2.0-linux.tar.gz | tar xzvf -
7474
```
7575

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

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/2.1.0/floki-2.1.0-linux.tar.gz | tar xzvf -
28+
$ curl -L https://github.com/Metaswitch/floki/releases/download/2.2.0/floki-2.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)