Skip to content

Commit 15ffd08

Browse files
committed
Release v1.4.4
Signed-off-by: Ivan Kanakarakis <ivan.kanak@gmail.com>
1 parent 4622ac3 commit 15ffd08

File tree

2 files changed

+10
-1
lines changed

2 files changed

+10
-1
lines changed

CHANGELOG.md

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,11 @@
11
# Changelog
22

3+
4+
## 1.4.4 (2025-10-04)
5+
6+
- Add changelog
7+
- Raise proper exception when failing to deserialize an EC key
8+
- Fix deprecated API for array tostring and tobytes
9+
- Add pyproject.toml
10+
- Fix logging instance
11+
- Add maintainance warning

src/jwkest/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@
1414

1515
from binascii import unhexlify
1616

17-
__version__ = "1.4.3"
17+
__version__ = "1.4.4"
1818

1919
logger = logging.getLogger(__name__)
2020

0 commit comments

Comments
 (0)