We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 71e55de commit 7eb84ecCopy full SHA for 7eb84ec
CHANGELOG.md
@@ -4,6 +4,14 @@ All notable changes to this project will be documented in this file.
4
The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),
5
and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).
6
7
+## [0.18.1] - 2021-10-20
8
+
9
+### Fixed
10
+- Respect ordered param values. (#172)
11
12
+### Changed
13
+- Raise custom error types for assertion checks. (#174)
14
15
## [0.18.0] - 2021-10-14
16
17
### Fixed
respx/__version__.py
@@ -1 +1 @@
1
-__version__ = "0.18.0"
+__version__ = "0.18.1"
0 commit comments