Skip to content

Commit 15b1922

Browse files
committed
Bump crate versions and changelog
1 parent faf5cb6 commit 15b1922

File tree

3 files changed

+5
-3
lines changed

3 files changed

+5
-3
lines changed

CHANGELOG.md

Lines changed: 2 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

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)