Skip to content

Commit

Permalink
Merge pull request #7 from sijokun/dev
Browse files Browse the repository at this point in the history
0.6.1
  • Loading branch information
sijokun committed Aug 4, 2023
2 parents cfd72d9 + e9b4c58 commit 1c077c8
Show file tree
Hide file tree
Showing 3 changed files with 9 additions and 1 deletion.
2 changes: 2 additions & 0 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -20,5 +20,7 @@ jobs:
run: poetry install
- name: Config PYPI_API_TOKEN
run: poetry config pypi-token.pypi ${{ secrets.PYPI_API_TOKEN }}
- name: Build
run: poetry build
- name: Publish
run: poetry publish
6 changes: 6 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,9 @@
## Async fork 0.6.1
* Fix CHANGELOG.md, test action

## Async fork 0.6.0
* Poetry, Pydantic 2.0

## Async fork 0.5.0
* Now you can use this lib with async!

Expand Down
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[tool.poetry]
name = "async_fastapi_jwt_auth"
version = "0.6"
version = "0.6.1"
description = "Async fork of FastAPI extension that provides JWT Auth support (secure, easy to use and lightweight)"
authors = ["Yan Khachko <a@slnk.icu>"]
readme = "README.md"
Expand Down

0 comments on commit 1c077c8

Please sign in to comment.