Skip to content

Commit

Permalink
🔖 Release version 0.0.21
Browse files Browse the repository at this point in the history
  • Loading branch information
tiangolo committed Jul 21, 2024
1 parent 49735a1 commit 458e088
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
2 changes: 2 additions & 0 deletions docs/release-notes.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,8 @@

## Latest Changes

## 0.0.21

### Features

* ✨ Add support for cascade delete relationships: `cascade_delete`, `ondelete`, and `passive_deletes`. PR [#983](https://github.com/tiangolo/sqlmodel/pull/983) by [@estebanx64](https://github.com/estebanx64).
Expand Down
2 changes: 1 addition & 1 deletion sqlmodel/__init__.py
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
__version__ = "0.0.20"
__version__ = "0.0.21"

# Re-export from SQLAlchemy
from sqlalchemy.engine import create_engine as create_engine
Expand Down

0 comments on commit 458e088

Please sign in to comment.