From 7ab3ed5a9367330867ed5e57ae1632bc493437ca Mon Sep 17 00:00:00 2001 From: Max Dymond Date: Wed, 15 May 2024 12:35:00 +0100 Subject: [PATCH] Release 2.0.0 Signed-off-by: Max Dymond --- CHANGELOG.md | 13 +++++++++++-- Cargo.lock | 2 +- Cargo.toml | 2 +- README.md | 4 ++-- docs/content/documentation/getting-started.md | 2 +- 5 files changed, 16 insertions(+), 7 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index f53ed75..0ca3835 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -12,12 +12,20 @@ Status: Available for use ## [Unreleased] ### Breaking Changes -- Change entrypoint suppression to allow entrypoints by default ### Added ### Fixed +## [2.0.0] - 2024-05-15 + +### Breaking Changes +- Change entrypoint suppression to allow entrypoints by default + +### Fixed + +- Switch to yaml-rust2. + ## [1.2.1] - 2023-07-20 ### Fixed @@ -349,7 +357,8 @@ Status: Available for use - Initial primitive version ### Changed -[unreleased]: https://github.com/Metaswitch/floki/compare/1.2.1...HEAD +[unreleased]: https://github.com/Metaswitch/floki/compare/2.0.0...HEAD +[2.0.0]: https://github.com/Metaswitch/floki/compare/1.2.1...2.0.0 [1.2.1]: https://github.com/Metaswitch/floki/compare/1.2.0...1.2.1 [1.2.0]: https://github.com/Metaswitch/floki/compare/1.1.0...1.2.0 [1.1.0]: https://github.com/Metaswitch/floki/compare/1.0.1...1.1.0 diff --git a/Cargo.lock b/Cargo.lock index a275e21..ecd073a 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -303,7 +303,7 @@ checksum = "25cbce373ec4653f1a01a31e8a5e5ec0c622dc27ff9c4e6606eefef5cbbed4a5" [[package]] name = "floki" -version = "1.2.1" +version = "2.0.0" dependencies = [ "anyhow", "atty", diff --git a/Cargo.toml b/Cargo.toml index 58660b6..c5cc45d 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -8,7 +8,7 @@ keywords = ["docker"] categories = ["command-line-utilities"] license = "MIT" -version = "1.2.1" +version = "2.0.0" authors = ["Richard Lupton ", "Max Dymond "] edition = '2018' diff --git a/README.md b/README.md index 491e166..b8337ae 100644 --- a/README.md +++ b/README.md @@ -70,14 +70,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 ```shell -$ curl -L https://github.com/Metaswitch/floki/releases/download/1.2.1/floki-1.2.1-linux.tar.gz | tar xzvf - +$ curl -L https://github.com/Metaswitch/floki/releases/download/2.0.0/floki-2.0.0-linux.tar.gz | tar xzvf - ``` You should be able to run `floki` from your working directory: ```shell $ ./floki --version -floki 1.2.1 +floki 2.0.0 ``` Move it onto your path to run it from anywhere. E.g. diff --git a/docs/content/documentation/getting-started.md b/docs/content/documentation/getting-started.md index a25c7e3..3ac2dd8 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/1.2.1/floki-1.2.1-linux.tar.gz | tar xzvf - +$ curl -L https://github.com/Metaswitch/floki/releases/download/2.0.0/floki-2.0.0-linux.tar.gz | tar xzvf - ``` in a shell. You should now be able to run `floki` from your working directory: