From aee113577c696462a915abe98f21a912d5a691d5 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" Date: Thu, 18 Apr 2024 12:22:34 +0000 Subject: [PATCH 1/2] =?UTF-8?q?=F0=9F=94=96=20version=200.1.0=20=E2=86=92?= =?UTF-8?q?=200.1.1=20[release]?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- CHANGELOG.md | 6 ++++++ pyproject.toml | 3 ++- 2 files changed, 8 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 8ae7336..8f0733c 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,9 @@ +## v0.1.1 (2024-04-18) + +### Fix + +- Description + ## v0.1.0 (2024-04-18) ### Feat diff --git a/pyproject.toml b/pyproject.toml index 06d19a1..b83f3db 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,6 +1,6 @@ [tool.poetry] name = "nats-jwt" -version = "0.1.0" +version = "0.1.1" description = "NATS JWT tokens signed using NKeys for the Python3 ecosystem" authors = ["Seznam.cz, a.s. "] license = "Apache-2.0" @@ -34,6 +34,7 @@ annotated_tag = true + [tool.poetry.group.test.dependencies] pytest = "^7.4.3" coverage = { version = "^7.3.2", extras = ["toml"] } From 89b8b8217eeb5d91c004515404498b23c12ddad0 Mon Sep 17 00:00:00 2001 From: pomo Date: Thu, 18 Apr 2024 14:32:28 +0200 Subject: [PATCH 2/2] feat: release --- pyproject.toml | 4 ---- 1 file changed, 4 deletions(-) diff --git a/pyproject.toml b/pyproject.toml index b83f3db..6a0bdc0 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -31,10 +31,6 @@ update_changelog_on_bump = true annotated_tag = true - - - - [tool.poetry.group.test.dependencies] pytest = "^7.4.3" coverage = { version = "^7.3.2", extras = ["toml"] }