Skip to content

Commit

Permalink
Bump version and add changelog header for 0.6.1
Browse files Browse the repository at this point in the history
  • Loading branch information
faern committed Aug 21, 2024
1 parent d180e68 commit 348dd82
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 2 deletions.
7 changes: 6 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
2 changes: 1 addition & 1 deletion system-configuration/Cargo.toml
Original file line number Diff line number Diff line change
@@ -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"]
Expand Down

0 comments on commit 348dd82

Please sign in to comment.