Skip to content

Commit

Permalink
Release 0.4.3
Browse files Browse the repository at this point in the history
  • Loading branch information
swsnr committed May 13, 2023
1 parent e4bcccd commit 9b4ffb2
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 2 deletions.
5 changes: 4 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,8 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0

## [Unreleased]

## [0.4.3] – 2023-05-13

### Changed
- Removed the `windows` dependency in favor of using embedded bindings, see [GH-11].

Expand Down Expand Up @@ -65,7 +67,8 @@ Initial release.

- `gethostname()` for non-Windows platforms.

[Unreleased]: https://github.com/swsnr/gethostname.rs/compare/v0.4.2...HEAD
[Unreleased]: https://github.com/swsnr/gethostname.rs/compare/v0.4.3...HEAD
[0.4.3]: https://github.com/swsnr/gethostname.rs/compare/v0.4.2...v0.4.3
[0.4.2]: https://github.com/swsnr/gethostname.rs/compare/v0.4.1...v0.4.2
[0.4.1]: https://github.com/swsnr/gethostname.rs/compare/v0.4.0...v0.4.1
[0.4.0]: https://github.com/swsnr/gethostname.rs/compare/v0.3.0...v0.4.0
Expand Down
2 changes: 1 addition & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ readme = "README.md"
homepage = "https://github.com/swsnr/gethostname.rs"
repository = "https://github.com/swsnr/gethostname.rs.git"
documentation = "https://docs.rs/gethostname"
version = "0.4.2"
version = "0.4.3"
authors = ["Sebastian Wiesner <sebastian@swsnr.de>"]
edition = "2021"
license = "Apache-2.0"
Expand Down

0 comments on commit 9b4ffb2

Please sign in to comment.