-
Notifications
You must be signed in to change notification settings - Fork 3
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
2 changed files
with
34 additions
and
2 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,31 @@ | ||
## v0.1.0 (2024-04-18) | ||
|
||
### Feat | ||
|
||
- gh ci | ||
|
||
### Fix | ||
|
||
- prettify ci workflow | ||
- prettify ci workflow | ||
- ci | ||
- remove unused imports | ||
- minor prep for release | ||
- missing decorators for Import and Export types | ||
- add imports and exports for an account | ||
- bump cz | ||
- drop caches | ||
- unfroze objects | ||
- use nats_jwt instead jwt | ||
- import annotations for lower py versions | ||
- commitzen | ||
- add group test | ||
- add commitzen | ||
- upd pyproject.toml | ||
- cleanup README.md | ||
- cleanup | ||
- poetry update packages and lock | ||
- remove untested code | ||
- CustomException type | ||
|
||
## v0.0.0 (2023-12-08) |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,7 +1,7 @@ | ||
[tool.poetry] | ||
name = "nats-jwt" | ||
version = "0.0.0" | ||
description = "JWT tokens signed using NKeys for Ed25519 for the Python3 ecosystem" | ||
version = "0.1.0" | ||
description = "NATS JWT tokens signed using NKeys for the Python3 ecosystem" | ||
authors = ["Seznam.cz, a.s. <[email protected]>"] | ||
license = "Apache-2.0" | ||
readme = "README.md" | ||
|
@@ -33,6 +33,7 @@ annotated_tag = true | |
|
||
|
||
|
||
|
||
[tool.poetry.group.test.dependencies] | ||
pytest = "^7.4.3" | ||
coverage = { version = "^7.3.2", extras = ["toml"] } | ||
|