From 8b01e315620a040196269f5bf707af473d30fefe Mon Sep 17 00:00:00 2001 From: Antoine Gourlay Date: Tue, 2 Feb 2021 11:09:48 +0100 Subject: [PATCH] release: 0.4.0 --- CHANGELOG.md | 6 +++++- Cargo.lock | 2 +- Cargo.toml | 2 +- README.md | 6 +++--- 4 files changed, 10 insertions(+), 6 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index f864443..6166e47 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -5,6 +5,9 @@ ## [Unreleased] - TBD + +## [0.4.0] - 2021-02-02 + ### Added * New `--print-default-config` option to print the content of the default configuration file. @@ -94,7 +97,8 @@ * Requires the `-l/--location` option to choose the location (text or `lat,lon`) -[Unreleased]: https://github.com/gourlaysama/girouette/compare/v0.3.2...HEAD +[Unreleased]: https://github.com/gourlaysama/girouette/compare/v0.4.0...HEAD +[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 [0.3.0]: https://github.com/gourlaysama/girouette/compare/v0.2.1...v0.3.0 diff --git a/Cargo.lock b/Cargo.lock index 7fbe806..bd11726 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -330,7 +330,7 @@ dependencies = [ [[package]] name = "girouette" -version = "0.4.0-dev" +version = "0.4.0" dependencies = [ "anyhow", "chrono", diff --git a/Cargo.toml b/Cargo.toml index 1e3f70a..5362816 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = 'girouette' -version = "0.4.0-dev" +version = "0.4.0" authors = ['Antoine Gourlay '] edition = '2018' diff --git a/README.md b/README.md index a049b68..7b7da00 100644 --- a/README.md +++ b/README.md @@ -20,14 +20,14 @@ Binaries are available on the [Release Page] for x86_64 Linux (statically linked girouette is written in Rust, so you need a [Rust install] to build it. girouette compiles with Rust 1.48 or newer. -Build the latest release (0.3.2) from source with: +Build the latest release (0.4.0) from source with: ```sh -$ git clone https://github.com/gourlaysama/girouette -b v0.3.2 +$ git clone https://github.com/gourlaysama/girouette -b v0.4.0 $ cd girouette $ cargo build --release $ ./target/release/girouette --version -girouette 0.3.2 +girouette 0.4.0 ``` You can also build a fully static linux binary using the MUSL libc: