Skip to content

Commit 1f3626d

Browse files
committed
Release 0.22.0
1 parent d0d0854 commit 1f3626d

File tree

2 files changed

+17
-1
lines changed

2 files changed

+17
-1
lines changed

CHANGELOG.md

Lines changed: 16 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,22 @@ All notable changes to this project will be documented in this file.
55
The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/), and
66
this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).
77

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+
824
## [0.21.1] - 2024-03-27
925

1026
### Fixed

respx/__version__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
__version__ = "0.21.1"
1+
__version__ = "0.22.0"

0 commit comments

Comments
 (0)