Skip to content

Commit 4590963

Browse files
committedJun 4, 2024
🔖 Release version 0.0.19
1 parent 883cbe3 commit 4590963

File tree

2 files changed

+3
-1
lines changed

2 files changed

+3
-1
lines changed
 

‎docs/release-notes.md

+2
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,8 @@
22

33
## Latest Changes
44

5+
## 0.0.19
6+
57
### Fixes
68

79
* 🐛 Fix pydantic `EmailStr` support and `max_length` in several String subclasses. PR [#966](https://github.com/tiangolo/sqlmodel/pull/966) by [@estebanx64](https://github.com/estebanx64).

‎sqlmodel/__init__.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
__version__ = "0.0.18"
1+
__version__ = "0.0.19"
22

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

0 commit comments

Comments
 (0)
Failed to load comments.