Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion .release-please-manifest.json
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
{
".": "1.2.2"
".": "1.2.3"
}
7 changes: 7 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,13 @@ on the **distribution** axis (`pyproject.toml` / `Cargo.toml` version). The
`jwt_rs.__version__` field tracks the PyJWT compatibility target separately and
is documented in `VERSIONING.md`.

## [1.2.3](https://github.com/StatPan/pyjwt-rs/compare/v1.2.2...v1.2.3) (2026-04-22)


### CI

* **release:** replace release-please action with cli flow ([#20](https://github.com/StatPan/pyjwt-rs/issues/20)) ([bde1a5b](https://github.com/StatPan/pyjwt-rs/commit/bde1a5b48634b217e2d1c79cd0aa7845c5e9b208))

## [1.2.2](https://github.com/StatPan/pyjwt-rs/compare/v1.2.1...v1.2.2) (2026-04-22)


Expand Down
2 changes: 1 addition & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "pyjwt-rs"
version = "1.2.2"
version = "1.2.3"
edition = "2024"
description = "Rust-backed PyJWT-compatible JWT library for Python"
license = "MIT"
Expand Down
2 changes: 1 addition & 1 deletion VERSIONING.md
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@

현재 기준:

- `pyjwt-rs`: `1.2.2` <!-- x-release-please-version -->
- `pyjwt-rs`: `1.2.3` <!-- x-release-please-version -->

## 2. Compatibility Version

Expand Down
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ build-backend = "maturin"

[project]
name = "pyjwt-rs"
version = "1.2.2"
version = "1.2.3"
description = "Rust-backed PyJWT-compatible JWT library for Python"
readme = "README.md"
requires-python = ">=3.10"
Expand Down