From a0d0230689d97129c1f248063f2d640bb595c801 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" Date: Thu, 18 Apr 2024 12:17:26 +0000 Subject: [PATCH 1/2] =?UTF-8?q?=F0=9F=94=96=20version=200.0.0=20=E2=86=92?= =?UTF-8?q?=200.1.0=20[release]?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- CHANGELOG.md | 31 +++++++++++++++++++++++++++++++ pyproject.toml | 3 ++- 2 files changed, 33 insertions(+), 1 deletion(-) create mode 100644 CHANGELOG.md diff --git a/CHANGELOG.md b/CHANGELOG.md new file mode 100644 index 0000000..8ae7336 --- /dev/null +++ b/CHANGELOG.md @@ -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) diff --git a/pyproject.toml b/pyproject.toml index 1753e63..62ec0e6 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -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. "] license = "Apache-2.0" @@ -33,6 +33,7 @@ annotated_tag = true + [tool.poetry.group.test.dependencies] pytest = "^7.4.3" coverage = { version = "^7.3.2", extras = ["toml"] } From ffbf740d69e6b96611e10bb99926ef999afe303a Mon Sep 17 00:00:00 2001 From: pomo Date: Thu, 18 Apr 2024 14:21:15 +0200 Subject: [PATCH 2/2] fix: Description --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index 62ec0e6..06d19a1 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,7 +1,7 @@ [tool.poetry] name = "nats-jwt" version = "0.1.0" -description = "JWT tokens signed using NKeys for Ed25519 for the Python3 ecosystem" +description = "NATS JWT tokens signed using NKeys for the Python3 ecosystem" authors = ["Seznam.cz, a.s. "] license = "Apache-2.0" readme = "README.md"