Skip to content

Commit 0b86d41

Browse files
committed
Release 0.18.0b0
Changed - Deprecate RESPX MockTransport in favour of HTTPX MockTransport. (#152) Fixed - Support HTTPX 1.0.0b0. (#164) - Allow tuples as params to align with httpx, thanks @shelbylsmith. (#151) - Fix xfail marked tests. (#153) - Only publish docs for upstream repo, thanks @hugovk. (#161) Added - Add optional route arg to side effects. (#158)
1 parent 47c0b93 commit 0b86d41

File tree

2 files changed

+15
-1
lines changed

2 files changed

+15
-1
lines changed

CHANGELOG.md

Lines changed: 14 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,20 @@ All notable changes to this project will be documented in this file.
44
The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),
55
and 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)

respx/__version__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
__version__ = "0.17.1"
1+
__version__ = "0.18.0b0"

0 commit comments

Comments
 (0)