Skip to content

Commit

Permalink
chore(release): bump version to 0.4.1
Browse files Browse the repository at this point in the history
  • Loading branch information
EstebanBorai committed Jul 7, 2021
1 parent ee40f7f commit 5c6f056
Show file tree
Hide file tree
Showing 3 changed files with 11 additions and 2 deletions.
9 changes: 9 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,15 @@

<Empty>

<a name="v0.4.1"></a>
## v0.4.1 (2021-07-06)

> Requires Rust: rustc 1.52.1 (9bc8c42bb 2021-05-09)
#### Fixes

* Fixed compilation failure on Raspberry-Pi flavor Linux [Issue #10](https://github.com/EstebanBorai/local-ip-address/issues/10)

<a name="v0.4.0"></a>
## v0.4.0 (2021-06-29)

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
Expand Up @@ -6,7 +6,7 @@ categories = ["web-programming", "network-programming"]
homepage = "https://github.com/EstebanBorai/local-ip-address"
keywords = ["local", "ip", "address", "web", "network"]
license = "MIT OR Apache-2.0"
version = "0.4.0"
version = "0.4.1"
authors = ["Esteban Borai <[email protected]>"]
edition = "2018"
readme = "README.md"
Expand Down

0 comments on commit 5c6f056

Please sign in to comment.