Skip to content

Commit bba75ef

Browse files
committed
chore: release 1.2.1
1 parent 82e022a commit bba75ef

File tree

2 files changed

+11
-1
lines changed

2 files changed

+11
-1
lines changed

docs/changelog.rst

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -12,6 +12,16 @@ Changelog
1212
.. module:: joserfc
1313
:noindex:
1414

15+
1.2.1
16+
-----
17+
18+
**Released on July 10, 2025**
19+
20+
- Improve type hints on JWK module:
21+
- Overload type hints on ``jwk.import_key`` and ``jwk.generate_key``.
22+
- Return correct types on ``OctKey.import_key``, ``RSAKey.import_key``, and etc.
23+
- Guess key with "alg" and "use" parameters.
24+
1525
1.2.0
1626
-----
1727

src/joserfc/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
__version__ = "1.2.0"
1+
__version__ = "1.2.1"
22
__homepage__ = "https://jose.authlib.org/en/"
33
__author__ = "Hsiaoming Yang <[email protected]>"
44
__license__ = "BSD-3-Clause"

0 commit comments

Comments
 (0)