You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: CHANGELOG.md
+5-5Lines changed: 5 additions & 5 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -6,7 +6,7 @@ The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/).
6
6
7
7
## Unreleased
8
8
9
-
### Added
9
+
### 0.25.1 (3rd November, 2023)
10
10
11
11
* Add support for Python 3.12. (#2854)
12
12
* Add support for httpcore 1.0 (#2885)
@@ -15,7 +15,7 @@ The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/).
15
15
16
16
* Raise `ValueError` on `Response.encoding` being set after `Response.text` has been accessed. (#2852)
17
17
18
-
## 0.25.0 (11th Sep, 2023)
18
+
## 0.25.0 (11th September, 2023)
19
19
20
20
### Removed
21
21
@@ -63,13 +63,13 @@ The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/).
63
63
64
64
* The `rfc3986` dependancy has been removed. (#2252)
65
65
66
-
## 0.23.3 (4th Jan, 2023)
66
+
## 0.23.3 (4th January, 2023)
67
67
68
68
### Fixed
69
69
70
70
* Version 0.23.2 accidentally included stricter type checking on query parameters. This shouldn've have been included in a minor version bump, and is now reverted. (#2523, #2539)
71
71
72
-
## 0.23.2 (2nd Jan, 2023)
72
+
## 0.23.2 (2nd January, 2023)
73
73
74
74
### Added
75
75
@@ -81,7 +81,7 @@ The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/).
81
81
* Raise `TypeError` if content is passed a dict-instance. (#2495)
82
82
* Partially revert the API breaking change in 0.23.1, which removed `RawURL`. We continue to expose a `url.raw` property which is now a plain named-tuple. This API is still expected to be deprecated, but we will do so with a major version bump. (#2481)
83
83
84
-
## 0.23.1 (18th Nov, 2022)
84
+
## 0.23.1 (18th November, 2022)
85
85
86
86
**Note**: The 0.23.1 release should have used a proper version bump, rather than a minor point release.
87
87
There are API surface area changes that may affect some users.
0 commit comments