File tree Expand file tree Collapse file tree 2 files changed +18
-1
lines changed Expand file tree Collapse file tree 2 files changed +18
-1
lines changed Original file line number Diff line number Diff line change @@ -5,6 +5,23 @@ 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.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
+
8
25
## [ 0.20.2] - 2023-07-21
9
26
10
27
### Fixed
Original file line number Diff line number Diff line change 1
- __version__ = "0.20.2 "
1
+ __version__ = "0.21.0 "
You can’t perform that action at this time.
0 commit comments