Skip to content

Commit

Permalink
chore: release 1.0.0
Browse files Browse the repository at this point in the history
  • Loading branch information
lepture committed Jul 14, 2024
1 parent 0c68314 commit 98a986a
Show file tree
Hide file tree
Showing 12 changed files with 113 additions and 89 deletions.
7 changes: 7 additions & 0 deletions docs/changelog.rst
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,13 @@ Changelog
.. module:: joserfc
:noindex:

1.0.0
-----

**Released on July 14, 2024**

- Fix type hints for strict mode.

0.12.0
------

Expand Down
17 changes: 8 additions & 9 deletions docs/locales/zh/LC_MESSAGES/api.po
Original file line number Diff line number Diff line change
Expand Up @@ -6,9 +6,9 @@
#, fuzzy
msgid ""
msgstr ""
"Project-Id-Version: joserfc 0.5.0\n"
"Project-Id-Version: joserfc\n"
"Report-Msgid-Bugs-To: \n"
"POT-Creation-Date: 2024-06-15 13:31+0900\n"
"POT-Creation-Date: 2024-07-14 18:27+0900\n"
"PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n"
"Last-Translator: FULL NAME <EMAIL@ADDRESS>\n"
"Language: zh\n"
Expand All @@ -21,17 +21,17 @@ msgstr ""

#: ../../api/errors.rst:2
msgid "Errors"
msgstr ""
msgstr "错误类型"

#: ../../api/errors.rst:4
msgid "All errors are based on ``joserfc.errors.JoseError``."
msgstr ""
msgstr "所以的错误类型都是基于``joserfc.errors.JoseError``。"

#: joserfc.errors.BadSignatureError:1 of
msgid ""
"This error is designed for JWS/JWT. It is raised when signature does not "
"match."
msgstr ""
msgstr "该错误是为 JWS/JWT 设计的,当签名不匹配时触发。"

#: ../../docstring joserfc.errors.BadSignatureError.error:1
#: joserfc.errors.ConflictAlgorithmError.error:1
Expand Down Expand Up @@ -343,7 +343,7 @@ msgstr ""
#: joserfc.rfc7515.model.JWSAlgModel.sign
#: joserfc.rfc7515.model.JWSAlgModel.verify of
msgid "Returns"
msgstr ""
msgstr "返回值"

#: joserfc.jwe.decrypt_compact:19 of
msgid "object of the ``CompactEncryption``"
Expand Down Expand Up @@ -561,7 +561,7 @@ msgid ""
msgstr ""

#: joserfc.rfc7515.model.FlattenedJSONSignature:1 of
msgid "\"JSON Signature object that represents a flattened JSON serialization."
msgid "JSON Signature object that represents a flattened JSON serialization."
msgstr ""

#: ../../docstring joserfc.jws.FlattenedJSONSignature.flattened:1 of
Expand All @@ -578,7 +578,7 @@ msgid "payload content"
msgstr ""

#: joserfc.rfc7515.model.GeneralJSONSignature:1 of
msgid "\"JSON Signature object that represents a general JSON serialization."
msgid "JSON Signature object that represents a general JSON serialization."
msgstr ""

#: ../../docstring joserfc.jws.GeneralJSONSignature.flattened:1 of
Expand Down Expand Up @@ -913,4 +913,3 @@ msgstr ""
#: joserfc.jwt.encode:5 of
msgid "key used to sign the signature"
msgstr ""

Loading

0 comments on commit 98a986a

Please sign in to comment.