From b972eccd71c8cdf0d14918c0b73d615ec8ab1a08 Mon Sep 17 00:00:00 2001 From: George Holderness Date: Thu, 30 Oct 2025 15:48:29 +0000 Subject: [PATCH] Release 2.2.0 Signed-off-by: George Holderness --- CHANGELOG.md | 11 ++++++++--- Cargo.lock | 2 +- Cargo.toml | 2 +- README.md | 2 +- docs/content/documentation/getting-started.md | 2 +- 5 files changed, 12 insertions(+), 7 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index eaceda1..2c79239 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -14,11 +14,15 @@ Status: Available for use ### Breaking Changes ### Added -- Set minimum Rust version to 1.80 -- 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 ### Fixed +## [2.2.0] - 2025-10-30 + +### Added +- Set minimum Rust version to 1.80 +- 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 + ## [2.1.0] - 2024-09-26 ### Added @@ -370,7 +374,8 @@ Status: Available for use - Initial primitive version ### Changed -[unreleased]: https://github.com/Metaswitch/floki/compare/2.1.0...HEAD +[unreleased]: https://github.com/Metaswitch/floki/compare/2.2.0...HEAD +[2.2.0]: https://github.com/Metaswitch/floki/compare/2.1.0...2.2.0 [2.1.0]: https://github.com/Metaswitch/floki/compare/2.0.1...2.1.0 [2.0.1]: https://github.com/Metaswitch/floki/compare/2.0.0...2.0.1 [2.0.0]: https://github.com/Metaswitch/floki/compare/1.2.1...2.0.0 diff --git a/Cargo.lock b/Cargo.lock index 0fd150c..415e2ab 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -279,7 +279,7 @@ checksum = "37909eebbb50d72f9059c3b6d82c0463f2ff062c9e95845c43a6c9c0355411be" [[package]] name = "floki" -version = "2.1.0" +version = "2.2.0" dependencies = [ "anyhow", "atty", diff --git a/Cargo.toml b/Cargo.toml index 88d3a29..c5ac2b7 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -8,7 +8,7 @@ keywords = ["docker"] categories = ["command-line-utilities"] license = "MIT" -version = "2.1.0" +version = "2.2.0" authors = ["Richard Lupton ", "Max Dymond "] edition = '2018' diff --git a/README.md b/README.md index 32b859b..ecaa335 100644 --- a/README.md +++ b/README.md @@ -70,7 +70,7 @@ 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 ```shell -$ curl -L https://github.com/Metaswitch/floki/releases/download/2.1.0/floki-2.1.0-linux.tar.gz | tar xzvf - +$ curl -L https://github.com/Metaswitch/floki/releases/download/2.2.0/floki-2.2.0-linux.tar.gz | tar xzvf - ``` You should be able to run `floki` from your working directory: diff --git a/docs/content/documentation/getting-started.md b/docs/content/documentation/getting-started.md index a8a1cac..959e2e0 100644 --- a/docs/content/documentation/getting-started.md +++ b/docs/content/documentation/getting-started.md @@ -25,7 +25,7 @@ Precompiled binaries for linux and OSX can be downloaded from the [releases](htt For example, to obtain the latest binary with `curl` and extract it, run ```shell -$ curl -L https://github.com/Metaswitch/floki/releases/download/2.1.0/floki-2.1.0-linux.tar.gz | tar xzvf - +$ curl -L https://github.com/Metaswitch/floki/releases/download/2.2.0/floki-2.2.0-linux.tar.gz | tar xzvf - ``` in a shell. You should now be able to run `floki` from your working directory: