File tree Expand file tree Collapse file tree 2 files changed +14
-1
lines changed
Expand file tree Collapse file tree 2 files changed +14
-1
lines changed Original file line number Diff line number Diff line change @@ -5,6 +5,12 @@ All notable changes to this project will be documented in this file.
55The format is based on [ Keep a Changelog] ( https://keepachangelog.com/en/1.0.0/ ) ,
66and 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
Original file line number Diff line number Diff line change 11[package ]
22name = " hostname"
3- version = " 0.4.1 "
3+ version = " 0.4.2 "
44description = " Cross-platform system's host name functions"
55categories = [" api-bindings" , " os" ]
66keywords = [" hostname" , " gethostname" , " sethostname" ]
You can’t perform that action at this time.
0 commit comments