Skip to content

Commit

Permalink
πŸ”– version 0.0.0 β†’ 0.1.0 [release]
Browse files Browse the repository at this point in the history
  • Loading branch information
github-actions[bot] committed Apr 18, 2024
1 parent 22c8f0a commit a0d0230
Show file tree
Hide file tree
Showing 2 changed files with 33 additions and 1 deletion.
31 changes: 31 additions & 0 deletions CHANGELOG.md
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)
3 changes: 2 additions & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[tool.poetry]
name = "nats-jwt"
version = "0.0.0"
version = "0.1.0"
description = "JWT tokens signed using NKeys for Ed25519 for the Python3 ecosystem"
authors = ["Seznam.cz, a.s. <[email protected]>"]
license = "Apache-2.0"
Expand Down Expand Up @@ -33,6 +33,7 @@ annotated_tag = true




[tool.poetry.group.test.dependencies]
pytest = "^7.4.3"
coverage = { version = "^7.3.2", extras = ["toml"] }
Expand Down

0 comments on commit a0d0230

Please sign in to comment.