Skip to content

Commit d5d7051

Browse files
authored
Release 0.19.3
1 parent aa99eec commit d5d7051

File tree

2 files changed

+14
-1
lines changed

2 files changed

+14
-1
lines changed

CHANGELOG.md

Lines changed: 13 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,19 @@ 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.19.3] - 2022-09-14
8+
9+
### Fixed
10+
- Fix typing for Route modulos arg
11+
- Respect patterns with empty value when using equal lookup (#206)
12+
- Use pytest asyncio auto mode (#212)
13+
- Fix mock decorator to work together with pytest fixtures (#213)
14+
- Wrap pytest function correctly, i.e. don't hide real function name (#213)
15+
16+
### Changed
17+
- Enable mypy strict_optional (#201)
18+
19+
720
## [0.19.2] - 2022-02-03
821

922
### Fixed

respx/__version__.py

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

0 commit comments

Comments
 (0)