# Changelog
## 0.1.0 - 2025-
- First release.
- `TcpClient::connect/send/receive/close` over `nw_connection_t`.
- `TcpListener::bind/accept/local_port` over `nw_listener_t`.
- Built on a tiny C shim around Apple's block-based Network.framework
C API; no Objective-C runtime, no Swift bridge.