From 63d85a31805b5c3f8efe52fcd7d30df9a22710a5 Mon Sep 17 00:00:00 2001 From: Max Dymond Date: Mon, 12 Sep 2022 14:06:28 +0100 Subject: [PATCH] Release 1.0.0 Signed-off-by: Max Dymond --- CHANGELOG.md | 10 +++++++++- Cargo.lock | 2 +- Cargo.toml | 2 +- README.md | 4 ++-- docs/content/documentation/getting-started.md | 2 +- 5 files changed, 14 insertions(+), 6 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 5732d8d..85eada3 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -17,6 +17,13 @@ Status: Available for use ### Fixed +## [1.0.0] - 2022-09-12 + +### Breaking Changes + +- Move to version 1.0.0 - so long, ZeroVer! + - No other functional changes. + ## [0.9.1] - 2022-06-28 ### Fixed @@ -309,7 +316,8 @@ Status: Available for use - Initial primitive version ### Changed -[unreleased]: https://github.com/Metaswitch/floki/compare/0.9.1...HEAD +[unreleased]: https://github.com/Metaswitch/floki/compare/1.0.0...HEAD +[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 [0.9.0]: https://github.com/Metaswitch/floki/compare/0.8.0...0.9.0 [0.8.0]: https://github.com/Metaswitch/floki/compare/0.7.1...0.8.0 diff --git a/Cargo.lock b/Cargo.lock index c98bd29..d6f6909 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -110,7 +110,7 @@ dependencies = [ [[package]] name = "floki" -version = "0.9.1" +version = "1.0.0" dependencies = [ "anyhow", "atty", diff --git a/Cargo.toml b/Cargo.toml index cb5ccb7..3bbb25a 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -8,7 +8,7 @@ keywords = ["docker"] categories = ["command-line-utilities"] license = "MIT" -version = "0.9.1" +version = "1.0.0" authors = ["Richard Lupton ", "Max Dymond "] edition = '2018' diff --git a/README.md b/README.md index a12764f..35d9852 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/0.9.1/floki-0.9.1-linux.tar.gz | tar xzvf - +$ curl -L https://github.com/Metaswitch/floki/releases/download/1.0.0/floki-1.0.0-linux.tar.gz | tar xzvf - ``` You should be able to run `floki` from your working directory: ```shell $ ./floki --version -floki 0.9.1 +floki 1.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 c8b6681..de61e14 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/0.9.1/floki-0.9.1-linux.tar.gz | tar xzvf - +$ curl -L https://github.com/Metaswitch/floki/releases/download/1.0.0/floki-1.0.0-linux.tar.gz | tar xzvf - ``` in a shell. You should now be able to run `floki` from your working directory: