Skip to content

Commit

Permalink
0.2.0
Browse files Browse the repository at this point in the history
New Release
  • Loading branch information
semantic-release authored and Ofahmy143 committed Oct 1, 2024
1 parent a2ecd55 commit 72c05c8
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 2 deletions.
6 changes: 6 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,11 @@
# CHANGELOG

## 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)

### Documentation
Expand Down
4 changes: 2 additions & 2 deletions pyproject.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[tool.poetry]
name = "rls"
version = "0.1.0"
version = "0.2.0"
description = "fastapi sqlalchemy rls integration package"
authors = [
"DelfinaCare <[email protected]>"
Expand Down Expand Up @@ -89,7 +89,7 @@ upload_to_vcs_release = true

[project]
name = "rls"
version = "0.1.0"
version = "0.2.0"
authors = [
{ name = "DelfinaCare", email = "[email protected]" }
]
Expand Down

0 comments on commit 72c05c8

Please sign in to comment.