mirror of
https://github.com/PaiGramTeam/sqlmodel.git
synced 2024-11-23 08:10:57 +00:00
23 lines
783 B
Markdown
23 lines
783 B
Markdown
# Release Notes
|
|
|
|
## Latest Changes
|
|
|
|
* ✨ Update type annotations and upgrade mypy. PR [#173](https://github.com/tiangolo/sqlmodel/pull/173) by [@tiangolo](https://github.com/tiangolo).
|
|
|
|
## 0.0.4
|
|
|
|
* 🎨 Fix type detection of select results in PyCharm. PR [#15](https://github.com/tiangolo/sqlmodel/pull/15) by [@tiangolo](https://github.com/tiangolo).
|
|
|
|
## 0.0.3
|
|
|
|
* ⬆️ Update and relax specification range for `sqlalchemy-stubs`. PR [#4](https://github.com/tiangolo/sqlmodel/pull/4) by [@tiangolo](https://github.com/tiangolo).
|
|
|
|
## 0.0.2
|
|
|
|
* This includes several small bug fixes detected during the first CI runs.
|
|
* 💚 Fix CI installs and tests. PR [#2](https://github.com/tiangolo/sqlmodel/pull/2) by [@tiangolo](https://github.com/tiangolo).
|
|
|
|
## 0.0.1
|
|
|
|
* First release. 🎉
|