From 348dd82828f538e2bac3827e0e908bb4312b67e3 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Linus=20F=C3=A4rnstrand?= Date: Wed, 21 Aug 2024 14:31:14 +0200 Subject: [PATCH] Bump version and add changelog header for 0.6.1 --- CHANGELOG.md | 7 ++++++- system-configuration/Cargo.toml | 2 +- 2 files changed, 7 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 8895fd1..11040e8 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -22,7 +22,12 @@ Line wrap the file at 100 chars. Th ## [Unreleased] -- Fix `std::net::SocketAddr` conversion to `libc::sockaddr` + +## [0.6.1] - 2024-08-21 +### Fixed +- Fix `std::net::SocketAddr` conversion to `libc::sockaddr`. This makes `SCNetworkReachability` + reachability check work for other addresses than only `0.0.0.0:0`. + ## [0.6.0] - 2024-01-31 ### Changed diff --git a/system-configuration/Cargo.toml b/system-configuration/Cargo.toml index 92cc051..d5ed135 100644 --- a/system-configuration/Cargo.toml +++ b/system-configuration/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "system-configuration" -version = "0.6.0" +version = "0.6.1" authors = ["Mullvad VPN"] description = "Bindings to SystemConfiguration framework for macOS" keywords = ["macos", "system", "configuration", "bindings"]