v0.0.10
Breaking
send_responsealways sendsHTTP/1.1in the status line (#26).0.0.9echoed the request's version, so anHTTP/1.0request got anHTTP/1.0response. The response version states the version the message conforms to, not the client's, so it's now fixed at1.1- matching h11, httptools, and RFC 9110/9112.
Fixed
- The README logo now uses an absolute URL so it renders on the PyPI project page.
Full changelog: v0.0.9...v0.0.10