Skip to content

Commit

Permalink
Release 0.4.0
Browse files Browse the repository at this point in the history
  • Loading branch information
swsnr committed Oct 28, 2022
1 parent 3a3b7c5 commit af1ff94
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 2 deletions.
5 changes: 4 additions & 1 deletion CHANGELOG.md
Expand Up @@ -6,6 +6,8 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0

## [Unreleased]

## [0.4.0] – 2022-10-28

### Changed
- Replace `winapi` with windows-rs, see [GH-7].
- Bump MSRV to 1.64 as required by windows-rs, see [GH-7].
Expand Down Expand Up @@ -47,7 +49,8 @@ Initial release.

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

[Unreleased]: https://github.com/lunaryorn/gethostname.rs/compare/v0.3.0...HEAD
[Unreleased]: https://github.com/lunaryorn/gethostname.rs/compare/v0.4.0...HEAD
[0.4.0]: https://github.com/lunaryorn/gethostname.rs/compare/v0.3.0...v0.4.0
[0.3.0]: https://github.com/lunaryorn/gethostname.rs/compare/v0.2.3...v0.3.0
[0.2.3]: https://github.com/lunaryorn/gethostname.rs/compare/v0.2.2...v0.2.3
[0.2.2]: https://github.com/lunaryorn/gethostname.rs/compare/gethostname-0.2.1...v0.2.2
Expand Down
2 changes: 1 addition & 1 deletion Cargo.toml
Expand Up @@ -5,7 +5,7 @@ readme = "README.md"
homepage = "https://github.com/lunaryorn/gethostname.rs"
repository = "https://github.com/lunaryorn/gethostname.rs.git"
documentation = "https://docs.rs/gethostname"
version = "0.3.0"
version = "0.4.0"
authors = ["Sebastian Wiesner <sebastian@swsnr.de>"]
edition = "2021"
license = "Apache-2.0"
Expand Down

0 comments on commit af1ff94

Please sign in to comment.