Skip to content

Commit 15522db

Browse files
committed
Release 0.21.0
1 parent e565cdf commit 15522db

File tree

2 files changed

+18
-1
lines changed

2 files changed

+18
-1
lines changed

CHANGELOG.md

Lines changed: 17 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,23 @@ 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.21.0] - 2024-03-19
9+
10+
### Fixed
11+
12+
- Fix matching request data when files are provided, thanks @ziima for input (#252)
13+
14+
### Added
15+
16+
- Add support for data\_\_contains lookup (#252)
17+
- Add `files` pattern to support matching on uploads, thanks @ziima for input (#253)
18+
- Add `SetCookie` utility for easier mocking of response cookie headers (#254)
19+
20+
### Changed
21+
22+
- Enhance documentation on iterable side effects (#255)
23+
- Enhance documentation on named routes and add tip about a catch-all route (#257)
24+
825
## [0.20.2] - 2023-07-21
926

1027
### Fixed

respx/__version__.py

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

0 commit comments

Comments
 (0)