Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
11 changes: 8 additions & 3 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down Expand Up @@ -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
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 = "2.1.0"
version = "2.2.0"
authors = ["Richard Lupton <richard.lupton@gmail.com>",
"Max Dymond <max.dymond@metaswitch.com>"]
edition = '2018'
Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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:
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 @@ -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:
Expand Down