Skip to content

Commit 065242e

Browse files
committed
Release 0.17.1
Added - Implement support for async side effects in router. (#147) - Support mocking responses using asgi/wsgi apps. (#146) - Added pytest fixture and configuration marker. (#150) Fixed - Typo in import from examples.md, thanks @shelbylsmith. (#148) - Fix pass-through test case. (#149)
1 parent 294f7d4 commit 065242e

File tree

2 files changed

+11
-1
lines changed

2 files changed

+11
-1
lines changed

CHANGELOG.md

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,16 @@ 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.17.1] - 2021-06-05
8+
### Added
9+
- Implement support for async side effects in router. (#147)
10+
- Support mocking responses using asgi/wsgi apps. (#146)
11+
- Added pytest fixture and configuration marker. (#150)
12+
13+
### Fixed
14+
- Typo in import from examples.md, thanks @shelbylsmith. (#148)
15+
- Fix pass-through test case. (#149)
16+
717
## [0.17.0] - 2021-04-27
818
### Changed
919
- Require `HTTPX` 0.18.0 and implement the new transport API. (PR #142)

respx/__version__.py

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

0 commit comments

Comments
 (0)