Skip to content

Commit b9d19d6

Browse files
committed
Release version 0.22.0 today
1 parent 19db1eb commit b9d19d6

2 files changed

Lines changed: 5 additions & 2 deletions

File tree

CHANGELOG.md

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,8 @@ The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.1.0/),
55
and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).
66

77
## [Unreleased]
8+
9+
## [0.22.0] - 2024-03-02
810
### Changed
911
- Requires [`httpx`](https://www.python-httpx.org)==0.27.\*
1012
- `httpx_auth.JsonTokenFileCache` and `httpx_auth.TokenMemoryCache` `get_token` method does not handle kwargs anymore, the `on_missing_token` callable does not expect any arguments anymore.
@@ -248,7 +250,8 @@ Note that a few changes were made:
248250
### Added
249251
- Placeholder for port of requests_auth to httpx
250252

251-
[Unreleased]: https://github.com/Colin-b/httpx_auth/compare/v0.21.0...HEAD
253+
[Unreleased]: https://github.com/Colin-b/httpx_auth/compare/v0.22.0...HEAD
254+
[0.22.0]: https://github.com/Colin-b/httpx_auth/compare/v0.21.0...v0.22.0
252255
[0.21.0]: https://github.com/Colin-b/httpx_auth/compare/v0.20.0...v0.21.0
253256
[0.20.0]: https://github.com/Colin-b/httpx_auth/compare/v0.19.0...v0.20.0
254257
[0.19.0]: https://github.com/Colin-b/httpx_auth/compare/v0.18.0...v0.19.0

httpx_auth/version.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,4 +3,4 @@
33
# Major should be incremented in case there is a breaking change. (eg: 2.5.8 -> 3.0.0)
44
# Minor should be incremented in case there is an enhancement. (eg: 2.5.8 -> 2.6.0)
55
# Patch should be incremented in case there is a bug fix. (eg: 2.5.8 -> 2.5.9)
6-
__version__ = "0.21.0"
6+
__version__ = "0.22.0"

0 commit comments

Comments
 (0)