What's Changed
SemVer Minor
- Add Windows support by @jakepetroules in #87
- Bump c-ares 1.19.1 to 1.34.6 by @iko1 in #85
SemVer Patch
ares_status_t migration
c-ares 1.20+ moved the status constants from int #defines into a real ares_status_t enum (a distinct Swift type). Bridged via an ares_status_t(_ status: Int32) initializer so the readable case ARES_SUCCESS: labels stay intact; behavior unchanged.
New Contributors
- @jakepetroules made their first contribution in #87
- @iko1 made their first contribution in #86
Full Changelog: 0.7.1...0.8.0