From 8296bb302f11cafa18b0506014d6d3a9dec7d386 Mon Sep 17 00:00:00 2001 From: Max Dymond Date: Wed, 5 Jul 2023 13:47:24 +0100 Subject: [PATCH] Release 1.1.0 Signed-off-by: Max Dymond --- CHANGELOG.md | 11 ++++++++--- Cargo.lock | 6 +++--- Cargo.toml | 2 +- README.md | 4 ++-- docs/content/documentation/getting-started.md | 2 +- 5 files changed, 15 insertions(+), 10 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 53b90a9..a0fa3ee 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -14,11 +14,15 @@ Status: Available for use ### Breaking Changes ### Added -- Floki templates are parsed with `tera` before being deserialized. -- Limit MSRV to 1.57 while using `ekidd/rust-musl-builder` - needs updating. ### Fixed +## [1.1.0] - 2023-07-05 + +### Added +- Floki templates are parsed with `tera` before being deserialized. +- Limit MSRV to 1.57 while using `ekidd/rust-musl-builder` - needs updating. + ## [1.0.1] - 2023-04-18 ### Fixed @@ -323,7 +327,8 @@ Status: Available for use - Initial primitive version ### Changed -[unreleased]: https://github.com/Metaswitch/floki/compare/1.0.1...HEAD +[unreleased]: https://github.com/Metaswitch/floki/compare/1.1.0...HEAD +[1.1.0]: https://github.com/Metaswitch/floki/compare/1.0.1...1.1.0 [1.0.1]: https://github.com/Metaswitch/floki/compare/1.0.0...1.0.1 [1.0.0]: https://github.com/Metaswitch/floki/compare/0.9.1...1.0.0 [0.9.1]: https://github.com/Metaswitch/floki/compare/0.9.0...0.9.1 diff --git a/Cargo.lock b/Cargo.lock index a6856b4..a169317 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -157,9 +157,9 @@ checksum = "e496a50fda8aacccc86d7529e2c1e0892dbd0f898a6b5645b5561b89c3210efa" [[package]] name = "cpufeatures" -version = "0.2.8" +version = "0.2.9" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "03e69e28e9f7f77debdedbaafa2866e1de9ba56df55a8bd7cfc724c25a09987c" +checksum = "a17b76ff3a4162b0b27f354a0c87015ddad39d35f9c0c36607a3bdd175dde1f1" dependencies = [ "libc", ] @@ -231,7 +231,7 @@ dependencies = [ [[package]] name = "floki" -version = "1.0.1" +version = "1.1.0" dependencies = [ "anyhow", "atty", diff --git a/Cargo.toml b/Cargo.toml index d41f34e..37514e3 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -8,7 +8,7 @@ keywords = ["docker"] categories = ["command-line-utilities"] license = "MIT" -version = "1.0.1" +version = "1.1.0" authors = ["Richard Lupton ", "Max Dymond "] edition = '2018' diff --git a/README.md b/README.md index ebd7329..4781afb 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.0.1/floki-1.0.1-linux.tar.gz | tar xzvf - +$ curl -L https://github.com/Metaswitch/floki/releases/download/1.1.0/floki-1.1.0-linux.tar.gz | tar xzvf - ``` You should be able to run `floki` from your working directory: ```shell $ ./floki --version -floki 1.0.1 +floki 1.1.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 a7128ae..3455988 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.0.1/floki-1.0.1-linux.tar.gz | tar xzvf - +$ curl -L https://github.com/Metaswitch/floki/releases/download/1.1.0/floki-1.1.0-linux.tar.gz | tar xzvf - ``` in a shell. You should now be able to run `floki` from your working directory: