Skip to content

Commit

Permalink
Release 0.18.0
Browse files Browse the repository at this point in the history
Fixed
- Downgrade `HTTPX` requirement to 0.20.0. (#170)

Added
- Add support for matching param with *ANY* value. (#167)
  • Loading branch information
lundberg committed Oct 14, 2021
1 parent c52783c commit ab62180
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 2 deletions.
10 changes: 9 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,13 +4,21 @@ All notable changes to this project will be documented in this file.
The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),
and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).

## [0.18.0] - 2021-10-14

### Fixed
- Downgrade `HTTPX` requirement to 0.20.0. (#170)

### Added
- Add support for matching param with *ANY* value. (#167)

## [0.18.0b0] - 2021-09-15

### Changed
- Deprecate RESPX MockTransport in favour of HTTPX MockTransport. (#152)

### Fixed
- Support HTTPX 1.0.0b0. (#164)
- 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)
Expand Down
2 changes: 1 addition & 1 deletion respx/__version__.py
Original file line number Diff line number Diff line change
@@ -1 +1 @@
__version__ = "0.18.0b0"
__version__ = "0.18.0"

0 comments on commit ab62180

Please sign in to comment.