From 356f616f5a8bddc4439679ccb2350e2d39d55c6c Mon Sep 17 00:00:00 2001 From: Sebastian Wiesner Date: Sat, 6 Jul 2024 10:21:12 +0200 Subject: [PATCH] Release 0.5.0 --- CHANGELOG.md | 5 ++++- Cargo.lock | 2 +- Cargo.toml | 2 +- 3 files changed, 6 insertions(+), 3 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 15bbff3..11beea8 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -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` @@ -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 diff --git a/Cargo.lock b/Cargo.lock index 13eb1c0..f483b9b 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -20,7 +20,7 @@ dependencies = [ [[package]] name = "gethostname" -version = "0.4.3" +version = "0.5.0" dependencies = [ "rustix", "windows-targets", diff --git a/Cargo.toml b/Cargo.toml index 292d0a1..93631fe 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -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 "] edition = "2021" license = "Apache-2.0"