File tree Expand file tree Collapse file tree 2 files changed +17
-1
lines changed Expand file tree Collapse file tree 2 files changed +17
-1
lines changed Original file line number Diff line number Diff line change @@ -5,6 +5,22 @@ All notable changes to this project will be documented in this file.
5
5
The format is based on [ Keep a Changelog] ( https://keepachangelog.com/en/1.0.0/ ) , and
6
6
this project adheres to [ Semantic Versioning] ( https://semver.org/spec/v2.0.0.html ) .
7
7
8
+ ## [ 0.22.0] - 2024-12-19
9
+
10
+ ### Fixed
11
+
12
+ - Support HTTPX 0.28.0, thanks @ndhansen (#278 )
13
+
14
+ ### Removed
15
+
16
+ - Drop support for Python 3.7, to align with HTTPX 0.25.0 (#280 )
17
+
18
+ ### CI
19
+
20
+ - Update CI test to not fail fast and cancel workflows, thanks @flaeppe (#269 )
21
+ - Add dependabot to check GitHub actions packages, thanks @flaeppe (#268 )
22
+ - Add Python 3.13 to test suite, thanks @jairhenrique (#283 )
23
+
8
24
## [ 0.21.1] - 2024-03-27
9
25
10
26
### Fixed
Original file line number Diff line number Diff line change 1
- __version__ = "0.21.1 "
1
+ __version__ = "0.22.0 "
You can’t perform that action at this time.
0 commit comments