From 65e153fc44e4b080f0c0e6456557f5db6cfe3fbc Mon Sep 17 00:00:00 2001 From: Antoine Gourlay Date: Wed, 4 May 2022 15:17:01 +0200 Subject: [PATCH] release: 0.7.1 --- CHANGELOG.md | 5 ++++- Cargo.lock | 2 +- Cargo.toml | 2 +- README.md | 6 +++--- 4 files changed, 9 insertions(+), 6 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 34be4aa..1de485e 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -5,6 +5,8 @@ ## [Unreleased] - TBD +## [0.7.1] - 2022-05-04 + ### Features * New `-o/--offline` cli option. If set, girouette will run completely offline with responses from the cache, regardless of the age of cached responses. No network connection will be made. @@ -243,7 +245,8 @@ * Requires the `-l/--location` option to choose the location (text or `lat,lon`) -[Unreleased]: https://github.com/gourlaysama/girouette/compare/v0.7.0...HEAD +[Unreleased]: https://github.com/gourlaysama/girouette/compare/v0.7.1...HEAD +[0.7.1]: https://github.com/gourlaysama/girouette/compare/v0.7.0...v0.7.1 [0.7.0]: https://github.com/gourlaysama/girouette/compare/v0.6.7...v0.7.0 [0.6.7]: https://github.com/gourlaysama/girouette/compare/v0.6.6...v0.6.7 [0.6.6]: https://github.com/gourlaysama/girouette/compare/v0.6.5...v0.6.6 diff --git a/Cargo.lock b/Cargo.lock index 7f4973a..088c2b7 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -335,7 +335,7 @@ dependencies = [ [[package]] name = "girouette" -version = "0.7.1-dev" +version = "0.7.1" dependencies = [ "anyhow", "chrono", diff --git a/Cargo.toml b/Cargo.toml index ce3f91b..0b7b469 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "girouette" -version = "0.7.1-dev" +version = "0.7.1" authors = ["Antoine Gourlay "] edition = "2021" rust-version = "1.57" diff --git a/README.md b/README.md index 3879f8d..e71210e 100644 --- a/README.md +++ b/README.md @@ -50,14 +50,14 @@ Rust 1.57 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.7.0) from source with: +Build the latest release (0.7.1) from source with: ```sh -$ git clone https://github.com/gourlaysama/girouette -b v0.7.0 +$ git clone https://github.com/gourlaysama/girouette -b v0.7.1 $ cd girouette $ cargo build --release $ ./target/release/girouette --version -girouette 0.7.0 +girouette 0.7.1 ``` You can disable geolocation (and the need for d-bus and Geoclue) by building instead with: