Skip to content

Commit

Permalink
release: 0.3.2
Browse files Browse the repository at this point in the history
  • Loading branch information
gourlaysama committed Jan 14, 2021
1 parent bd87833 commit 425bdab
Show file tree
Hide file tree
Showing 4 changed files with 10 additions and 6 deletions.
6 changes: 5 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,9 @@
<!-- next-header -->
## [Unreleased] - TBD


## [0.3.2] - 2021-01-14

### Added

* Release binaries are now published to the corresponding Github release.
Expand Down Expand Up @@ -82,7 +85,8 @@
* Requires the `-l/--location` option to choose the location (text or `lat,lon`)

<!-- next-url -->
[Unreleased]: https://github.com/gourlaysama/girouette/compare/v0.3.1...HEAD
[Unreleased]: https://github.com/gourlaysama/girouette/compare/v0.3.2...HEAD
[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
[0.2.1]: https://github.com/gourlaysama/girouette/compare/v0.2.0...v0.2.1
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.3.2-dev"
version = "0.3.2"
authors = ['Antoine Gourlay <[email protected]>']
edition = '2018'

Expand Down
6 changes: 3 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -16,14 +16,14 @@ girouette requires an [OpenWeather API key] (free for 1 call per second). A defa
girouette is written in Rust, so you need a [Rust install] to build it. girouette compiles with
Rust 1.42 or newer.

Build the latest release (0.3.1) from source with:
Build the latest release (0.3.2) from source with:

```sh
$ git clone https://github.com/gourlaysama/girouette -b v0.3.1
$ git clone https://github.com/gourlaysama/girouette -b v0.3.2
$ cd girouette
$ cargo build --release
$ ./target/release/girouette --version
girouette 0.3.1
girouette 0.3.2
```


Expand Down

0 comments on commit 425bdab

Please sign in to comment.