Skip to content

Commit

Permalink
🔖 Release version 0.0.11
Browse files Browse the repository at this point in the history
  • Loading branch information
tiangolo committed Oct 29, 2023
1 parent 0b2d015 commit dacc1fa
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 1 deletion.
3 changes: 3 additions & 0 deletions docs/release-notes.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,9 @@

## Latest Changes


## 0.0.11

### Features

* ✨ Add support for passing a custom SQLAlchemy type to `Field()` with `sa_type`. PR [#505](https://github.com/tiangolo/sqlmodel/pull/505) by [@maru0123-2004](https://github.com/maru0123-2004).
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.10"
__version__ = "0.0.11"

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

0 comments on commit dacc1fa

Please sign in to comment.