Skip to content
This repository has been archived by the owner on Sep 12, 2023. It is now read-only.

Commit

Permalink
0.1.7
Browse files Browse the repository at this point in the history
Automatically generated by python-semantic-release
  • Loading branch information
actions-user authored and github-actions committed Oct 30, 2022
1 parent ffcc647 commit 3e807ab
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 2 deletions.
4 changes: 4 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,10 @@

<!--next-version-placeholder-->

## v0.1.7 (2022-10-30)
### Fix
* **docs:** Removes patch version from docs tag ([#32](https://github.com/topsport-com-au/starlite-saqlalchemy/issues/32)) ([`ffcc647`](https://github.com/topsport-com-au/starlite-saqlalchemy/commit/ffcc6477ce59b8a3bd09b8377c50697aec231c5d))

## v0.1.6 (2022-10-30)
### Fix
* **docs:** Debug permissions issue ([#31](https://github.com/topsport-com-au/starlite-saqlalchemy/issues/31)) ([`4556dec`](https://github.com/topsport-com-au/starlite-saqlalchemy/commit/4556decf34e9a9886a165cd277eb42b5da9c0e31))
Expand Down
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ profile = "black"

[tool.poetry]
name = "starlite-saqlalchemy"
version = "0.1.6"
version = "0.1.7"
description = "Starlite config plugin with SAQ and SQLAlchemy boilerplate"
license = "MIT"
authors = ["Peter Schutt <[email protected]>"]
Expand Down
2 changes: 1 addition & 1 deletion src/starlite_saqlalchemy/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -67,4 +67,4 @@ def example_handler() -> dict:
"worker",
]

__version__ = "0.1.6"
__version__ = "0.1.7"

0 comments on commit 3e807ab

Please sign in to comment.