Skip to content

Commit

Permalink
πŸ”– version 0.1.0 β†’ 0.1.1 [release]
Browse files Browse the repository at this point in the history
  • Loading branch information
github-actions[bot] committed Apr 18, 2024
1 parent 2c83eab commit aee1135
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 1 deletion.
6 changes: 6 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,9 @@
## v0.1.1 (2024-04-18)

### Fix

- Description

## v0.1.0 (2024-04-18)

### Feat
Expand Down
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.1.0"
version = "0.1.1"
description = "NATS JWT tokens signed using NKeys for the Python3 ecosystem"
authors = ["Seznam.cz, a.s. <[email protected]>"]
license = "Apache-2.0"
Expand Down Expand Up @@ -34,6 +34,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 aee1135

Please sign in to comment.