Skip to content

Commit ef9e3c4

Browse files
MarijnS95djc
authored andcommitted
Release 0.4.2
1 parent 673020f commit ef9e3c4

File tree

2 files changed

+14
-1
lines changed

2 files changed

+14
-1
lines changed

CHANGELOG.md

Lines changed: 13 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,12 @@ All notable changes to this project will be documented in this file.
55
The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),
66
and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).
77

8+
## [0.4.2] - 2025-11-25
9+
10+
- Bumped `windows-link` dependency from `0.1.1` to `0.2` (#33)
11+
12+
## [0.4.1] - 2025-04-08
13+
814
## [0.4.0] - 2024-04-01
915

1016
### Added
@@ -60,3 +66,10 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
6066
### Deprecated
6167

6268
- `get_hostname` function is deprecated and marked to be removed in the upcoming `0.3.0` version
69+
70+
[0.4.2]: https://github.com/djc/hostname/releases/tag/v0.4.2
71+
[0.4.1]: https://github.com/djc/hostname/releases/tag/v0.4.1
72+
[0.4.0]: https://github.com/djc/hostname/releases/tag/v0.4.0
73+
[0.3.1]: https://github.com/djc/hostname/releases/tag/v0.3.1
74+
[0.3.0]: https://github.com/djc/hostname/releases/tag/v0.3.0
75+
[0.2.0]: https://github.com/djc/hostname/releases/tag/v0.2.0

Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "hostname"
3-
version = "0.4.1"
3+
version = "0.4.2"
44
description = "Cross-platform system's host name functions"
55
categories = ["api-bindings", "os"]
66
keywords = ["hostname", "gethostname", "sethostname"]

0 commit comments

Comments
 (0)