File tree 2 files changed +18
-1
lines changed
2 files changed +18
-1
lines changed Original file line number Diff line number Diff line change @@ -4,6 +4,23 @@ All notable changes to this project will be documented in this file.
4
4
The format is based on [ Keep a Changelog] ( https://keepachangelog.com/en/1.0.0/ ) ,
5
5
and this project adheres to [ Semantic Versioning] ( https://semver.org/spec/v2.0.0.html ) .
6
6
7
+ ## [ 0.20.0] - 2022-09-16
8
+
9
+ ### Changed
10
+ - Type Router.__ getitem__ to not return optional routes, thanks @flaeppe (#216 )
11
+ - Change ` Call.response ` to raise instead of returning optional response (#217 )
12
+ - Change ` CallList.last ` to raise instead of return optional call (#217 )
13
+ - Type ` M() ` to not return optional pattern, by introducing a ` Noop ` pattern (#217 )
14
+ - Type ` Route.pattern ` to not be optional (#217 )
15
+
16
+ ### Fixed
17
+ - Correct type hints for side effects (#217 )
18
+
19
+ ### Added
20
+ - Runs ` mypy ` on both tests and respx (#217 )
21
+ - Added nox test session for python 3.11 (#217 )
22
+ - Added ` Call.has_response ` helper, now that ` .response ` raises (#217 )
23
+
7
24
## [ 0.19.3] - 2022-09-14
8
25
9
26
### Fixed
Original file line number Diff line number Diff line change 1
- __version__ = "0.19.3 "
1
+ __version__ = "0.20.0 "
You can’t perform that action at this time.
0 commit comments