Skip to content

Commit

Permalink
release: 0.7.3
Browse files Browse the repository at this point in the history
  • Loading branch information
gourlaysama committed Jun 11, 2022
1 parent 37dd4bf commit 8669285
Show file tree
Hide file tree
Showing 5 changed files with 10 additions and 7 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.7.3] - 2022-06-11

### Features

* New `pollution` segment to display the current Air Quality Index as provided by OpenWeather. The index ranges from 1 (Good) to 5 (Very Poor).
Expand Down Expand Up @@ -259,7 +261,8 @@
* Requires the `-l/--location` option to choose the location (text or `lat,lon`)

<!-- next-url -->
[Unreleased]: https://github.com/gourlaysama/girouette/compare/v0.7.2...HEAD
[Unreleased]: https://github.com/gourlaysama/girouette/compare/v0.7.3...HEAD
[0.7.3]: https://github.com/gourlaysama/girouette/compare/v0.7.2...v0.7.3
[0.7.2]: https://github.com/gourlaysama/girouette/compare/v0.7.1...v0.7.2
[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
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.7.3-dev"
version = "0.7.3"
authors = ["Antoine Gourlay <[email protected]>"]
edition = "2021"
rust-version = "1.57"
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.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.2) from source with:
Build the latest release (0.7.3) from source with:

```sh
$ git clone https://github.com/gourlaysama/girouette -b v0.7.2
$ git clone https://github.com/gourlaysama/girouette -b v0.7.3
$ cd girouette
$ cargo build --release
$ ./target/release/girouette --version
girouette 0.7.2
girouette 0.7.3
```

You can disable geolocation (and the need for d-bus and Geoclue) by building instead with:
Expand Down
2 changes: 1 addition & 1 deletion doc/girouette.1.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
% GIROUETTE(1) Version 0.7.2 | Girouette Usage Documentation
% GIROUETTE(1) Version 0.7.3 | Girouette Usage Documentation

NAME
====
Expand Down

0 comments on commit 8669285

Please sign in to comment.