diff --git a/CHANGELOG.md b/CHANGELOG.md index c9e6732..f56dcd8 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -5,6 +5,9 @@ ## [Unreleased] - TBD + +## [0.4.1] - 2021-02-03 + ### Added * Shell completions for girouette are now provided (for bash, zsh and fish). @@ -100,7 +103,8 @@ * Requires the `-l/--location` option to choose the location (text or `lat,lon`) -[Unreleased]: https://github.com/gourlaysama/girouette/compare/v0.4.0...HEAD +[Unreleased]: https://github.com/gourlaysama/girouette/compare/v0.4.1...HEAD +[0.4.1]: https://github.com/gourlaysama/girouette/compare/v0.4.0...v0.4.1 [0.4.0]: https://github.com/gourlaysama/girouette/compare/v0.3.2...v0.4.0 [0.3.2]: https://github.com/gourlaysama/girouette/compare/v0.3.1...v0.3.2 [0.3.1]: https://github.com/gourlaysama/girouette/compare/v0.3.0...v0.3.1 diff --git a/Cargo.lock b/Cargo.lock index 1044aeb..71ead0b 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -330,7 +330,7 @@ dependencies = [ [[package]] name = "girouette" -version = "0.4.1-dev" +version = "0.4.1" dependencies = [ "anyhow", "chrono", diff --git a/Cargo.toml b/Cargo.toml index a6c2c29..06db005 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = 'girouette' -version = "0.4.1-dev" +version = "0.4.1" authors = ['Antoine Gourlay '] edition = '2018' diff --git a/README.md b/README.md index 37df3cc..eb597df 100644 --- a/README.md +++ b/README.md @@ -42,14 +42,14 @@ Rust 1.48 or newer. Building a dynamically-linked girouette (the default) also requires dbus and openssl (`libdbus-1-dev` and `libssl-dev` on Ubuntu, `dbus-devel` and `openssl-devel` on Fedora). -Build the latest release (0.4.0) from source with: +Build the latest release (0.4.1) from source with: ```sh -$ git clone https://github.com/gourlaysama/girouette -b v0.4.0 +$ git clone https://github.com/gourlaysama/girouette -b v0.4.1 $ cd girouette $ cargo build --release $ ./target/release/girouette --version -girouette 0.4.0 +girouette 0.4.1 ``` You can also build a fully static linux binary using the MUSL libc. After installing musl