Skip to content

Commit

Permalink
Release 0.21.0
Browse files Browse the repository at this point in the history
  • Loading branch information
lundberg committed Mar 19, 2024
1 parent e565cdf commit 15522db
Show file tree
Hide file tree
Showing 2 changed files with 18 additions and 1 deletion.
17 changes: 17 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,23 @@ 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.21.0] - 2024-03-19

### Fixed

- Fix matching request data when files are provided, thanks @ziima for input (#252)

### Added

- Add support for data\_\_contains lookup (#252)
- Add `files` pattern to support matching on uploads, thanks @ziima for input (#253)
- Add `SetCookie` utility for easier mocking of response cookie headers (#254)

### Changed

- Enhance documentation on iterable side effects (#255)
- Enhance documentation on named routes and add tip about a catch-all route (#257)

## [0.20.2] - 2023-07-21

### 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.20.2"
__version__ = "0.21.0"

0 comments on commit 15522db

Please sign in to comment.