Skip to content

Commit fd43df6

Browse files
committed
Merge branch 'prepare-0.6.0-release' into main
2 parents f4096d1 + 15b1922 commit fd43df6

File tree

3 files changed

+8
-3
lines changed

3 files changed

+8
-3
lines changed

CHANGELOG.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -22,6 +22,8 @@ Line wrap the file at 100 chars. Th
2222

2323

2424
## [Unreleased]
25+
26+
## [0.6.0] - 2024-01-31
2527
### Changed
2628
- Bump minimum supported Rust version (MSRV) to 1.64.0.
2729
- Breaking: Mark `SCNetworkReachability::schedule_with_runloop` and `unschedule_from_runloop` as
@@ -32,6 +34,9 @@ Line wrap the file at 100 chars. Th
3234

3335
### Fixed
3436
- Fix memory leak in `SCNetworkReachability::set_callback`.
37+
- Fix builds on iOS by removing references to deprecated interface type
38+
`kSCNetworkInterfaceTypeIrDA`. Also remove constant for bridge network interfaces
39+
(`kSCNetworkInterfaceTypeBridge`).
3540

3641

3742
## [0.5.1] - 2023-05-15

system-configuration-sys/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-sys"
3-
version = "0.5.0"
3+
version = "0.6.0"
44
authors = ["Mullvad VPN"]
55
description = "Low level bindings to SystemConfiguration framework for macOS"
66
keywords = ["macos", "system", "configuration", "bindings"]

system-configuration/Cargo.toml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "system-configuration"
3-
version = "0.5.1"
3+
version = "0.6.0"
44
authors = ["Mullvad VPN"]
55
description = "Bindings to SystemConfiguration framework for macOS"
66
keywords = ["macos", "system", "configuration", "bindings"]
@@ -12,5 +12,5 @@ edition = "2021"
1212

1313
[dependencies]
1414
core-foundation = "0.9"
15-
system-configuration-sys = { path = "../system-configuration-sys", version = "0.5" }
15+
system-configuration-sys = { path = "../system-configuration-sys", version = "0.6" }
1616
bitflags = "2"

0 commit comments

Comments
 (0)