Skip to content

Commit

Permalink
Bump crate versions and changelog
Browse files Browse the repository at this point in the history
  • Loading branch information
dlon committed Jan 31, 2024
1 parent faf5cb6 commit 15b1922
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 3 deletions.
2 changes: 2 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -22,6 +22,8 @@ Line wrap the file at 100 chars. Th


## [Unreleased]

## [0.6.0] - 2024-01-31
### Changed
- Bump minimum supported Rust version (MSRV) to 1.64.0.
- Breaking: Mark `SCNetworkReachability::schedule_with_runloop` and `unschedule_from_runloop` as
Expand Down
2 changes: 1 addition & 1 deletion system-configuration-sys/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "system-configuration-sys"
version = "0.5.0"
version = "0.6.0"
authors = ["Mullvad VPN"]
description = "Low level bindings to SystemConfiguration framework for macOS"
keywords = ["macos", "system", "configuration", "bindings"]
Expand Down
4 changes: 2 additions & 2 deletions system-configuration/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "system-configuration"
version = "0.5.1"
version = "0.6.0"
authors = ["Mullvad VPN"]
description = "Bindings to SystemConfiguration framework for macOS"
keywords = ["macos", "system", "configuration", "bindings"]
Expand All @@ -12,5 +12,5 @@ edition = "2021"

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

0 comments on commit 15b1922

Please sign in to comment.