mirror of
https://github.com/fastapi/sqlmodel.git
synced 2025-10-27 19:47:12 +08:00
🔖 Release version 0.0.25
This commit is contained in:
@ -2,6 +2,8 @@
|
||||
|
||||
## Latest Changes
|
||||
|
||||
## 0.0.25
|
||||
|
||||
### Features
|
||||
|
||||
* ✨ Add overload for `exec` method to support `insert`, `update`, `delete` statements. PR [#1342](https://github.com/fastapi/sqlmodel/pull/1342) by [@seriaati](https://github.com/seriaati).
|
||||
|
||||
@ -1,4 +1,4 @@
|
||||
__version__ = "0.0.24"
|
||||
__version__ = "0.0.25"
|
||||
|
||||
# Re-export from SQLAlchemy
|
||||
from sqlalchemy.engine import create_engine as create_engine
|
||||
|
||||
Reference in New Issue
Block a user