From 8c685decfe089e9c2ac0fa62d877e1e678070fc0 Mon Sep 17 00:00:00 2001 From: Antoine Gourlay Date: Thu, 30 Dec 2021 17:21:27 +0100 Subject: [PATCH] release: 0.6.7 --- 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 7f029ef..618d64f 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -5,6 +5,8 @@ ## [Unreleased] - TBD +## [0.6.7] - 2021-12-30 + ### Features * New `description` and `sender` boolean option for `alerts` segment (both default to false). If true, the full description (resp. the organization sending the alert) is displayed for each alert. @@ -221,7 +223,8 @@ * Requires the `-l/--location` option to choose the location (text or `lat,lon`) -[Unreleased]: https://github.com/gourlaysama/girouette/compare/v0.6.6...HEAD +[Unreleased]: https://github.com/gourlaysama/girouette/compare/v0.6.7...HEAD +[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 [0.6.5]: https://github.com/gourlaysama/girouette/compare/v0.6.4...v0.6.5 [0.6.4]: https://github.com/gourlaysama/girouette/compare/v0.6.3...v0.6.4 diff --git a/Cargo.lock b/Cargo.lock index 5eaeb98..a041b90 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -282,7 +282,7 @@ dependencies = [ [[package]] name = "girouette" -version = "0.6.7-dev" +version = "0.6.7" dependencies = [ "anyhow", "chrono", diff --git a/Cargo.toml b/Cargo.toml index 89f2acc..3470d25 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "girouette" -version = "0.6.7-dev" +version = "0.6.7" authors = ["Antoine Gourlay "] edition = "2018" diff --git a/README.md b/README.md index 0bef2fd..5f39a56 100644 --- a/README.md +++ b/README.md @@ -50,14 +50,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.6) from source with: +Build the latest release (0.6.7) from source with: ```sh -$ git clone https://github.com/gourlaysama/girouette -b v0.6.6 +$ git clone https://github.com/gourlaysama/girouette -b v0.6.7 $ cd girouette $ cargo build --release $ ./target/release/girouette --version -girouette 0.6.6 +girouette 0.6.7 ``` You can disable geolocation (and the need for d-bus and Geoclue) by building instead with: