From 167907fb357b2ff85bf864ccdf877be39f3dc70a Mon Sep 17 00:00:00 2001 From: Antoine Gourlay Date: Thu, 20 May 2021 12:05:25 +0200 Subject: [PATCH] release: 0.5.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 5871fa6..c0ddcbd 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -5,6 +5,9 @@ ## [Unreleased] - TBD + +## [0.5.1] - 2021-05-20 + ### Added * New `cloud_cover` segment to show the current cloud cover in %. @@ -139,7 +142,8 @@ * Requires the `-l/--location` option to choose the location (text or `lat,lon`) -[Unreleased]: https://github.com/gourlaysama/girouette/compare/v0.5.0...HEAD +[Unreleased]: https://github.com/gourlaysama/girouette/compare/v0.5.1...HEAD +[0.5.1]: https://github.com/gourlaysama/girouette/compare/v0.5.0...v0.5.1 [0.5.0]: https://github.com/gourlaysama/girouette/compare/v0.4.3...v0.5.0 [0.4.3]: https://github.com/gourlaysama/girouette/compare/v0.4.2...v0.4.3 [0.4.2]: https://github.com/gourlaysama/girouette/compare/v0.4.1...v0.4.2 diff --git a/Cargo.lock b/Cargo.lock index 29673d3..56abd4d 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -302,7 +302,7 @@ dependencies = [ [[package]] name = "girouette" -version = "0.5.1-dev" +version = "0.5.1" dependencies = [ "anyhow", "chrono", diff --git a/Cargo.toml b/Cargo.toml index a48b260..841ddfc 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "girouette" -version = "0.5.1-dev" +version = "0.5.1" authors = ["Antoine Gourlay "] edition = "2018" diff --git a/README.md b/README.md index ad57a69..e6a3b8a 100644 --- a/README.md +++ b/README.md @@ -48,14 +48,14 @@ Rust 1.48 or newer. Building a dynamically-linked girouette (the default) also requires dbus (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.5.0) from source with: +Build the latest release (0.5.1) from source with: ```sh -$ git clone https://github.com/gourlaysama/girouette -b v0.5.0 +$ git clone https://github.com/gourlaysama/girouette -b v0.5.1 $ cd girouette $ cargo build --release $ ./target/release/girouette --version -girouette 0.5.0 +girouette 0.5.1 ``` You can disable geolocalization (and the need for dbus and geoclue) by building instead with: