Skip to content

Commit

Permalink
release: 0.6.7
Browse files Browse the repository at this point in the history
  • Loading branch information
gourlaysama committed Dec 30, 2021
1 parent 3bdf7d7 commit 8c685de
Show file tree
Hide file tree
Showing 4 changed files with 9 additions and 6 deletions.
5 changes: 4 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,8 @@
<!-- next-header -->
## [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.
Expand Down Expand Up @@ -221,7 +223,8 @@
* Requires the `-l/--location` option to choose the location (text or `lat,lon`)

<!-- next-url -->
[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
Expand Down
2 changes: 1 addition & 1 deletion Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "girouette"
version = "0.6.7-dev"
version = "0.6.7"
authors = ["Antoine Gourlay <antoine@gourlay.fr>"]
edition = "2018"

Expand Down
6 changes: 3 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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:
Expand Down

0 comments on commit 8c685de

Please sign in to comment.