From e6e0552092b8b67d4fd7fac67457c59710a68d7a Mon Sep 17 00:00:00 2001 From: Antoine Gourlay Date: Fri, 10 Sep 2021 12:26:06 +0200 Subject: [PATCH] release: 0.6.1 --- CHANGELOG.md | 6 +++++- Cargo.lock | 2 +- Cargo.toml | 2 +- README.md | 6 +++--- 4 files changed, 10 insertions(+), 6 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 73eb250..3b3185a 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -5,6 +5,9 @@ ## [Unreleased] - TBD + +## [0.6.1] - 2021-09-10 + ### Changes * The default `config.yml` has been changed to include the hourly forecast; the color scheme has also been updated. @@ -171,7 +174,8 @@ * Requires the `-l/--location` option to choose the location (text or `lat,lon`) -[Unreleased]: https://github.com/gourlaysama/girouette/compare/v0.6.0...HEAD +[Unreleased]: https://github.com/gourlaysama/girouette/compare/v0.6.1...HEAD +[0.6.1]: https://github.com/gourlaysama/girouette/compare/v0.6.0...v0.6.1 [0.6.0]: https://github.com/gourlaysama/girouette/compare/v0.5.2...v0.6.0 [0.5.2]: https://github.com/gourlaysama/girouette/compare/v0.5.1...v0.5.2 [0.5.1]: https://github.com/gourlaysama/girouette/compare/v0.5.0...v0.5.1 diff --git a/Cargo.lock b/Cargo.lock index aaee410..69fde11 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -298,7 +298,7 @@ dependencies = [ [[package]] name = "girouette" -version = "0.6.1-dev" +version = "0.6.1" dependencies = [ "anyhow", "chrono", diff --git a/Cargo.toml b/Cargo.toml index a806a85..91712ed 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "girouette" -version = "0.6.1-dev" +version = "0.6.1" authors = ["Antoine Gourlay "] edition = "2018" diff --git a/README.md b/README.md index 3445f75..0554535 100644 --- a/README.md +++ b/README.md @@ -48,14 +48,14 @@ Rust 1.48 or newer (1.53 to build `main`). Building a dynamically-linked girouette (the default) also requires d-bus (for geolocalization support) and OpenSSL (`libdbus-1-dev` and `libssl-dev` on Ubuntu, `dbus-devel` and `openssl-devel` on Fedora). -Build the latest release (0.6.0) from source with: +Build the latest release (0.6.1) from source with: ```sh -$ git clone https://github.com/gourlaysama/girouette -b v0.6.0 +$ git clone https://github.com/gourlaysama/girouette -b v0.6.1 $ cd girouette $ cargo build --release $ ./target/release/girouette --version -girouette 0.6.0 +girouette 0.6.1 ``` You can disable geolocation (and the need for d-bus and Geoclue) by building instead with: