Skip to content

Commit

Permalink
Release 0.22.0
Browse files Browse the repository at this point in the history
  • Loading branch information
lundberg committed Dec 19, 2024
1 parent d0d0854 commit 1f3626d
Show file tree
Hide file tree
Showing 2 changed files with 17 additions and 1 deletion.
16 changes: 16 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,22 @@ All notable changes to this project will be documented in this file.
The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/), and
this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).

## [0.22.0] - 2024-12-19

### Fixed

- Support HTTPX 0.28.0, thanks @ndhansen (#278)

### Removed

- Drop support for Python 3.7, to align with HTTPX 0.25.0 (#280)

### CI

- Update CI test to not fail fast and cancel workflows, thanks @flaeppe (#269)
- Add dependabot to check GitHub actions packages, thanks @flaeppe (#268)
- Add Python 3.13 to test suite, thanks @jairhenrique (#283)

## [0.21.1] - 2024-03-27

### Fixed
Expand Down
2 changes: 1 addition & 1 deletion respx/__version__.py
Original file line number Diff line number Diff line change
@@ -1 +1 @@
__version__ = "0.21.1"
__version__ = "0.22.0"

0 comments on commit 1f3626d

Please sign in to comment.