Skip to content

Commit

Permalink
Release 0.20.2
Browse files Browse the repository at this point in the history
  • Loading branch information
lundberg committed Jul 20, 2023
1 parent f4b68e3 commit 58ad17e
Show file tree
Hide file tree
Showing 2 changed files with 19 additions and 2 deletions.
19 changes: 18 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,13 +5,30 @@ 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.20.2] - 2023-07-21

### Fixed

- Better assertion output for `assert_all_called`, thanks @sileht (#224)
- Support for quoted path pattern matching, thanks @alexdrydew for input (#240)

### Added

- Enable content\_\_contains pattern, thanks @rjprins (#236)
- Added initial `CONTRIBUTING.md`, thanks @morenoh149 (#238)

### Changed

- Docs about retrieving mocked calls, thanks @tomhamiltonstubber (#230)
- Docs about `Router.assert_all_called()`, thanks @BeyondEvil for input (#241)

## [0.20.1] - 2022-11-18

### Fixed

- Support HTTPX 0.23.1, thanks @g-as for input (#223)

## Added
### Added

- Officially support Python 3.11 (#223)
- Run pre-commit hooks in CI workflow (#219)
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.20.1"
__version__ = "0.20.2"

0 comments on commit 58ad17e

Please sign in to comment.