Skip to content

Commit 6f8d05f

Browse files
committed
Release 0.20.1
1 parent 1486479 commit 6f8d05f

File tree

2 files changed

+20
-1
lines changed

2 files changed

+20
-1
lines changed

CHANGELOG.md

Lines changed: 19 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,25 @@ All notable changes to this project will be documented in this file.
55
The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/), and
66
this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).
77

8+
## [0.20.1] - 2022-11-18
9+
10+
### Fixed
11+
12+
- Support HTTPX 0.23.1, thanks @g-as for input (#223)
13+
14+
## Added
15+
16+
- Officially support Python 3.11 (#223)
17+
- Run pre-commit hooks in CI workflow (#219)
18+
19+
### Changed
20+
21+
- Bump autoflake, thanks @antonagestam (#220)
22+
23+
### Removed
24+
25+
- Drop support for Python 3.6 (#218)
26+
827
## [0.20.0] - 2022-09-16
928

1029
### Changed

respx/__version__.py

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

0 commit comments

Comments
 (0)