Skip to content

Commit 7eb84ec

Browse files
committed
Release 0.18.1
1 parent 71e55de commit 7eb84ec

File tree

2 files changed

+9
-1
lines changed

2 files changed

+9
-1
lines changed

CHANGELOG.md

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,14 @@ 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.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+
715
## [0.18.0] - 2021-10-14
816

917
### Fixed

respx/__version__.py

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

0 commit comments

Comments
 (0)