File tree Expand file tree Collapse file tree 2 files changed +20
-1
lines changed Expand file tree Collapse file tree 2 files changed +20
-1
lines changed Original file line number Diff line number Diff line change @@ -5,6 +5,25 @@ All notable changes to this project will be documented in this file.
5
5
The format is based on [ Keep a Changelog] ( https://keepachangelog.com/en/1.0.0/ ) , and
6
6
this project adheres to [ Semantic Versioning] ( https://semver.org/spec/v2.0.0.html ) .
7
7
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
+
8
27
## [ 0.20.0] - 2022-09-16
9
28
10
29
### Changed
Original file line number Diff line number Diff line change 1
- __version__ = "0.20.0 "
1
+ __version__ = "0.20.1 "
You can’t perform that action at this time.
0 commit comments