diff --git a/CHANGELOG.md b/CHANGELOG.md index 2358c7c..458c56e 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -5,6 +5,9 @@ ## [Unreleased] - TBD + +## [0.6.2] - 2021-09-10 + ### Fixes * Querying some locations with a hourly/daily forecast segment could sometimes fail when local forecast data wasn't provided by OpenWeather. @@ -177,7 +180,8 @@ * Requires the `-l/--location` option to choose the location (text or `lat,lon`) -[Unreleased]: https://github.com/gourlaysama/girouette/compare/v0.6.1...HEAD +[Unreleased]: https://github.com/gourlaysama/girouette/compare/v0.6.2...HEAD +[0.6.2]: https://github.com/gourlaysama/girouette/compare/v0.6.1...v0.6.2 [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 diff --git a/Cargo.lock b/Cargo.lock index 13ff9f5..7a7de8d 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -298,7 +298,7 @@ dependencies = [ [[package]] name = "girouette" -version = "0.6.2-dev" +version = "0.6.2" dependencies = [ "anyhow", "chrono", diff --git a/Cargo.toml b/Cargo.toml index 12e4a76..b29a9f8 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "girouette" -version = "0.6.2-dev" +version = "0.6.2" authors = ["Antoine Gourlay "] edition = "2018" diff --git a/README.md b/README.md index 5c5c036..8474cef 100644 --- a/README.md +++ b/README.md @@ -48,14 +48,14 @@ Rust 1.53 or newer. 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.1) from source with: +Build the latest release (0.6.2) from source with: ```sh -$ git clone https://github.com/gourlaysama/girouette -b v0.6.1 +$ git clone https://github.com/gourlaysama/girouette -b v0.6.2 $ cd girouette $ cargo build --release $ ./target/release/girouette --version -girouette 0.6.1 +girouette 0.6.2 ``` You can disable geolocation (and the need for d-bus and Geoclue) by building instead with: