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 22, 2024
1 parent 233c547 commit c7a1626
Show file tree
Hide file tree
Showing 3 changed files with 8 additions and 3 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-22
### 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 Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

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 c7a1626

Please sign in to comment.