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

Commit

Permalink
0.28.0
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 Jan 16, 2023
1 parent 6221bab commit 22e869a
Show file tree
Hide file tree
Showing 3 changed files with 11 additions and 2 deletions.
9 changes: 9 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,15 @@

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

## v0.28.0 (2023-01-16)
### Feature
* Run-app entrypoint ([`8ddd2f2`](https://github.com/topsport-com-au/starlite-saqlalchemy/commit/8ddd2f2a2a89acde5c434533f85c961ce01f03f1))
* **testing:** Pytest plugin ([#246](https://github.com/topsport-com-au/starlite-saqlalchemy/issues/246)) ([`1fe8966`](https://github.com/topsport-com-au/starlite-saqlalchemy/commit/1fe896684b007b069c19b26b8e05c30e48c7a0e6))
* **sentry:** Add starlite sentry integration ([#239](https://github.com/topsport-com-au/starlite-saqlalchemy/issues/239)) ([`951d098`](https://github.com/topsport-com-au/starlite-saqlalchemy/commit/951d0983ea04e529e6e9f1b917979aa70e160a47))

### Fix
* Ignore 405s in ControllerTest utility. ([`6221bab`](https://github.com/topsport-com-au/starlite-saqlalchemy/commit/6221bab624a144cc98790f7b43858ef589985dbf))

## v0.27.0 (2023-01-14)
### Feature
* **log:** Colorful logs for stdlib logging ([#242](https://github.com/topsport-com-au/starlite-saqlalchemy/issues/242)) ([`ca2ce6f`](https://github.com/topsport-com-au/starlite-saqlalchemy/commit/ca2ce6f4ba719014b67bb979fcef85355590b070))
Expand Down
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@ profile = "black"

[tool.poetry]
name = "starlite-saqlalchemy"
version = "0.27.0"
version = "0.28.0"
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 @@ -64,4 +64,4 @@ def example_handler() -> dict:
"worker",
]

__version__ = "0.27.0"
__version__ = "0.28.0"

0 comments on commit 22e869a

Please sign in to comment.