Skip to content

Commit c3585a5

Browse files
trim21karpetrosyanlovelydinosaur
authored
Version 0.25.0 (#2801)
* bump * Update CHANGELOG.md * Update CHANGELOG.md Co-authored-by: Kar Petrosyan <[email protected]> * Update CHANGELOG.md * Update CHANGELOG.md * Update CHANGELOG.md * Update CHANGELOG.md * Update CHANGELOG.md --------- Co-authored-by: Kar Petrosyan <[email protected]> Co-authored-by: Tom Christie <[email protected]>
1 parent a54eccc commit c3585a5

File tree

2 files changed

+5
-3
lines changed

2 files changed

+5
-3
lines changed

CHANGELOG.md

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ All notable changes to this project will be documented in this file.
44

55
The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/).
66

7-
## Unreleased
7+
## 0.25.0 (11th Sep, 2023)
88

99
### Removed
1010

@@ -20,7 +20,9 @@ The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/).
2020
### Fixed
2121

2222
* Return `500` error response instead of exceptions when `raise_app_exceptions=False` is set on `ASGITransport`. (#2669)
23-
* Ensure all WSGITransport environs have a SERVER_PROTOCOL. (#2708)
23+
* Ensure all `WSGITransport` environs have a `SERVER_PROTOCOL`. (#2708)
24+
* Always encode forward slashes as `%2F` in query parameters (#2723)
25+
* Use Mozilla documentation instead of `httpstatuses.com` for HTTP error reference (#2768)
2426

2527
## 0.24.1 (17th May, 2023)
2628

httpx/__version__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
11
__title__ = "httpx"
22
__description__ = "A next generation HTTP client, for Python 3."
3-
__version__ = "0.24.1"
3+
__version__ = "0.25.0"

0 commit comments

Comments
 (0)