Skip to content

Commit eb4476a

Browse files
committed
chore: release 1.0.4
1 parent 89fae3e commit eb4476a

File tree

2 files changed

+10
-2
lines changed

2 files changed

+10
-2
lines changed

docs/changelog.rst

Lines changed: 9 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,6 +12,14 @@ Changelog
1212
.. module:: joserfc
1313
:noindex:
1414

15+
1.0.4
16+
-----
17+
18+
**Released on Feb 28, 2025**
19+
20+
- Use secrets module to generate random bytes.
21+
- Use warnings for possible unsafe ``OctKey``` instead of raising error, via :issue:`32`.
22+
1523
1.0.3
1624
-----
1725

@@ -46,7 +54,7 @@ Changelog
4654
**Released on June 15, 2024**
4755

4856
- Limit DEF decompress size to 250k bytes.
49-
- Fix claims validation, , via :issue:`23`.
57+
- Fix claims validation, via :issue:`23`.
5058

5159
0.11.1
5260
------

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.0.3"
1+
__version__ = "1.0.4"
22
__homepage__ = "https://jose.authlib.org/en/"
33
__author__ = "Hsiaoming Yang <me@lepture.com>"
44
__license__ = "BSD-3-Clause"

0 commit comments

Comments
 (0)