File tree Expand file tree Collapse file tree 2 files changed +15
-1
lines changed Expand file tree Collapse file tree 2 files changed +15
-1
lines changed Original file line number Diff line number Diff line change @@ -4,6 +4,20 @@ All notable changes to this project will be documented in this file.
44The format is based on [ Keep a Changelog] ( https://keepachangelog.com/en/1.0.0/ ) ,
55and this project adheres to [ Semantic Versioning] ( https://semver.org/spec/v2.0.0.html ) .
66
7+ ## [ 0.18.0b0] - 2021-09-15
8+
9+ ### Changed
10+ - Deprecate RESPX MockTransport in favour of HTTPX MockTransport. (#152 )
11+
12+ ### Fixed
13+ - Support HTTPX 1.0.0b0. (#164 )
14+ - Allow tuples as params to align with httpx, thanks @shelbylsmith . (#151 )
15+ - Fix xfail marked tests. (#153 )
16+ - Only publish docs for upstream repo, thanks @hugovk . (#161 )
17+
18+ ### Added
19+ - Add optional route arg to side effects. (#158 )
20+
721## [ 0.17.1] - 2021-06-05
822### Added
923- Implement support for async side effects in router. (#147 )
Original file line number Diff line number Diff line change 1- __version__ = "0.17.1 "
1+ __version__ = "0.18.0b0 "
You can’t perform that action at this time.
0 commit comments