-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
New Release
- Loading branch information
semantic-release
committed
Oct 1, 2024
1 parent
b7b3df3
commit 46c24c2
Showing
2 changed files
with
24 additions
and
16 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,18 +1,6 @@ | ||
# CHANGELOG | ||
|
||
## v0.3.0 (2024-09-29) | ||
|
||
### Feature | ||
|
||
* feat: add publish to pypi step in workflow ([`2f6d69d`](https://github.com/DelfinaCare/rls/commit/2f6d69d51d72fb546e6152d233e15410a109fce4)) | ||
|
||
## v0.2.0 (2024-09-29) | ||
|
||
### Feature | ||
|
||
* feat: add pypi publish config ([`f45bf07`](https://github.com/DelfinaCare/rls/commit/f45bf075d1ee9fdbc7ef9da845d238da1994c524)) | ||
|
||
## v0.1.0 (2024-09-29) | ||
## v0.1.0 (2024-10-01) | ||
|
||
### Documentation | ||
|
||
|
@@ -30,9 +18,23 @@ Co-authored-by: Ghaith Kdimati <[email protected]> ([`e8240b6`](https://g | |
|
||
### Feature | ||
|
||
* feat: update release workflow to run on main branch ([`fb468de`](https://github.com/DelfinaCare/rls/commit/fb468de8f10ab73766d2a9835baf839f8c835234)) | ||
|
||
* feat: update bypass rls execution and move alembic files to test | ||
|
||
Co-authored-by: Ghaith Kdimati <[email protected]>" ([`7f3b711`](https://github.com/DelfinaCare/rls/commit/7f3b711b62cb4120f90fcbda774ae4fd3a8cb57b)) | ||
|
||
* feat: add the release workflow to pipeline | ||
|
||
Co-authored-by: Ghaith Kdimati <[email protected]>" ([`f7e02b2`](https://github.com/DelfinaCare/rls/commit/f7e02b25f1e61079903452ffeddfb41864265fdd)) | ||
|
||
* feat: add publish to pypi step in workflow ([`c621183`](https://github.com/DelfinaCare/rls/commit/c621183371138cc03ce72ca1f7ad03e1d81c041f)) | ||
|
||
* feat: add pypi publish config ([`a2ecd55`](https://github.com/DelfinaCare/rls/commit/a2ecd555a732155331c40e5af157ef989eb47ccd)) | ||
|
||
* feat: add release workflow | ||
|
||
Co-authored-by: Ghaith Kdimati <[email protected]>" ([`9b51664`](https://github.com/DelfinaCare/rls/commit/9b516643de6b0d90ef8ae53a99b6213b4d4ce693)) | ||
Co-authored-by: Ghaith Kdimati <[email protected]>" ([`16a9d29`](https://github.com/DelfinaCare/rls/commit/16a9d29a4fb92d1f8e84279241d0dd15b5d7ec44)) | ||
|
||
* feat: update structure | ||
- add Session class and context getter abstract class | ||
|
@@ -84,6 +86,12 @@ Co-authored-by: Ghaith Kdimati <[email protected]> ([`ffd3ef6`](https://g | |
|
||
### Fix | ||
|
||
* fix: mypy static analysis error ([`b7b3df3`](https://github.com/DelfinaCare/rls/commit/b7b3df3a200b2bd959b2c894b4eb288879ce1633)) | ||
|
||
* fix: mypy static analysis issues | ||
|
||
Co-authored-by: Ghaith Kdimati <[email protected]>" ([`6ba0802`](https://github.com/DelfinaCare/rls/commit/6ba08026ed5b3218cc888d0af0ed36e5606fcc97)) | ||
|
||
* fix: remove userId from test route in main.py ([`5b91827`](https://github.com/DelfinaCare/rls/commit/5b918276bc0acb329cb3bb3775476b84639373c8)) | ||
|
||
* fix: change repo name in pipeline workflow | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,6 +1,6 @@ | ||
[tool.poetry] | ||
name = "rls" | ||
version = "0.3.0" | ||
version = "0.1.0" | ||
description = "fastapi sqlalchemy rls integration package" | ||
authors = [ | ||
"DelfinaCare <[email protected]>" | ||
|
@@ -90,7 +90,7 @@ upload_to_vcs_release = true | |
|
||
[project] | ||
name = "rls" | ||
version = "0.3.0" | ||
version = "0.1.0" | ||
authors = [ | ||
{ name = "DelfinaCare", email = "[email protected]" } | ||
] | ||
|