Skip to content

Commit c7a1626

Browse files
committed
Bump version and add changelog header for 0.6.1
1 parent 233c547 commit c7a1626

File tree

3 files changed

+8
-3
lines changed

3 files changed

+8
-3
lines changed

CHANGELOG.md

Lines changed: 6 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,12 @@ Line wrap the file at 100 chars. Th
2222

2323

2424
## [Unreleased]
25-
- Fix `std::net::SocketAddr` conversion to `libc::sockaddr`
25+
26+
## [0.6.1] - 2024-08-22
27+
### Fixed
28+
- Fix `std::net::SocketAddr` conversion to `libc::sockaddr`. This makes `SCNetworkReachability`
29+
reachability check work for other addresses than only `0.0.0.0:0`.
30+
2631

2732
## [0.6.0] - 2024-01-31
2833
### Changed

Cargo.lock

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

system-configuration/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "system-configuration"
3-
version = "0.6.0"
3+
version = "0.6.1"
44
authors = ["Mullvad VPN"]
55
description = "Bindings to SystemConfiguration framework for macOS"
66
keywords = ["macos", "system", "configuration", "bindings"]

0 commit comments

Comments
 (0)