0.14.0a1 add ast module + email_column()

This commit is contained in:
Yusur 2026-06-26 12:28:58 +02:00
parent 82d4fc2ab2
commit 4aefac0e99
9 changed files with 155 additions and 19 deletions

View file

@ -1,6 +1,12 @@
# Changelog
## 0.13.1
## 0.14.0
* Added `ast` module
* Deprecate `dei_args()` for problems with the typing system. The function is not going away tho
* Module `sqlalchemy`: added `email_column()`
## 0.13.1 and 0.12.7
+ Typing fixes