sqlmodel/docs/release-notes.md

23 lines
783 B
Markdown
Raw Normal View History

2021-08-24 13:02:48 +00:00
# Release Notes
## Latest Changes
2021-11-30 16:13:10 +00:00
* ✨ Update type annotations and upgrade mypy. PR [#173](https://github.com/tiangolo/sqlmodel/pull/173) by [@tiangolo](https://github.com/tiangolo).
2021-08-25 13:46:57 +00:00
## 0.0.4
2021-08-25 13:44:35 +00:00
* 🎨 Fix type detection of select results in PyCharm. PR [#15](https://github.com/tiangolo/sqlmodel/pull/15) by [@tiangolo](https://github.com/tiangolo).
2021-08-24 18:44:18 +00:00
## 0.0.3
2021-08-24 18:43:29 +00:00
* ⬆️ Update and relax specification range for `sqlalchemy-stubs`. PR [#4](https://github.com/tiangolo/sqlmodel/pull/4) by [@tiangolo](https://github.com/tiangolo).
2021-08-24 18:24:05 +00:00
## 0.0.2
2021-08-24 18:25:55 +00:00
* This includes several small bug fixes detected during the first CI runs.
2021-08-24 18:15:11 +00:00
* 💚 Fix CI installs and tests. PR [#2](https://github.com/tiangolo/sqlmodel/pull/2) by [@tiangolo](https://github.com/tiangolo).
2021-08-24 13:02:48 +00:00
## 0.0.1
* First release. 🎉