Skip to content

Commit e4e1385

Browse files
committed
🔖 Release version 0.0.10
1 parent 13cc722 commit e4e1385

File tree

2 files changed

+10
-2
lines changed

2 files changed

+10
-2
lines changed

docs/release-notes.md

Lines changed: 9 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,8 +2,16 @@
22

33
## Latest Changes
44

5-
* 🔧 Adopt Ruff for formatting. PR [#679](https://github.com/tiangolo/sqlmodel/pull/679) by [@tiangolo](https://github.com/tiangolo).
5+
## 0.0.10
6+
7+
### Features
8+
69
* ✨ Add support for all `Field` parameters from Pydantic `1.9.0` and above, make Pydantic `1.9.0` the minimum required version. PR [#440](https://github.com/tiangolo/sqlmodel/pull/440) by [@daniil-berg](https://github.com/daniil-berg).
10+
11+
### Internal
12+
13+
* 🔧 Adopt Ruff for formatting. PR [#679](https://github.com/tiangolo/sqlmodel/pull/679) by [@tiangolo](https://github.com/tiangolo).
14+
715
## 0.0.9
816

917
### Breaking Changes

sqlmodel/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
__version__ = "0.0.9"
1+
__version__ = "0.0.10"
22

33
# Re-export from SQLAlchemy
44
from sqlalchemy.engine import create_mock_engine as create_mock_engine

0 commit comments

Comments
 (0)