From: Tom Christie Date: Thu, 9 Jan 2020 09:22:54 +0000 (+0000) Subject: Link to changelog X-Git-Tag: 0.11.0~1 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=97807bf607b651c51fe5b5e695c050b15309fe69;p=thirdparty%2Fhttpx.git Link to changelog --- diff --git a/README.md b/README.md index aba5318a..312f80e5 100644 --- a/README.md +++ b/README.md @@ -20,8 +20,7 @@ HTTPX is a fully featured HTTP client for Python 3, which provides sync and asyn **Note**: _HTTPX should be considered in beta. We believe we've got the public API to a stable point now, but would strongly recommend pinning your dependencies to the `0.11.*` -release, so that you're able to properly review API changes between package updates. -A 1.0 release is expected to be issued sometime on or before April 2020._ +release, so that you're able to properly review [API changes between package updates](https://github.com/encode/httpx/blob/master/CHANGELOG.md). A 1.0 release is expected to be issued sometime on or before April 2020._ --- diff --git a/docs/index.md b/docs/index.md index 4240f06c..e3d6e2a5 100644 --- a/docs/index.md +++ b/docs/index.md @@ -30,7 +30,7 @@ HTTPX is a fully featured HTTP client for Python 3, which provides sync and asyn !!! note HTTPX should currently be considered in beta. - We believe we've got the public API to a stable point now, but would strongly recommend pinning your dependencies to the `0.11.*` release, so that you're able to properly review API changes between package updates. + We believe we've got the public API to a stable point now, but would strongly recommend pinning your dependencies to the `0.11.*` release, so that you're able to properly review [API changes between package updates](https://github.com/encode/httpx/blob/master/CHANGELOG.md). A 1.0 release is expected to be issued sometime on or before April 2020.