Skip to content

Commit

Permalink
Release 0.5.0
Browse files Browse the repository at this point in the history
  • Loading branch information
swsnr committed Jul 6, 2024
1 parent 925a932 commit 356f616
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 3 deletions.
5 changes: 4 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,8 @@ and this project adheres to

## [Unreleased]

## [0.5.0] – 2024-07-06

### Changed

- On Unix, use `rustix` to provide a simple implementation of `gethostname`
Expand Down Expand Up @@ -88,7 +90,8 @@ Initial release.

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

[Unreleased]: https://github.com/swsnr/gethostname.rs/compare/v0.4.3...HEAD
[Unreleased]: https://github.com/swsnr/gethostname.rs/compare/v0.5.0...HEAD
[0.5.0]: https://github.com/swsnr/gethostname.rs/compare/v0.4.3...v0.5.0
[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
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 @@ -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.3"
version = "0.5.0"
authors = ["Sebastian Wiesner <sebastian@swsnr.de>"]
edition = "2021"
license = "Apache-2.0"
Expand Down

0 comments on commit 356f616

Please sign in to comment.