Skip to content

Releases: fastapi/sqlmodel

0.0.5

13 Dec 11:43
Compare
Choose a tag to compare

Features

Docs

  • ✏ Update decimal tutorial source for consistency. PR #188 by @tiangolo.

Internal

  • 🔧 Split MkDocs insiders build in CI to support building from PRs. PR #186 by @tiangolo.
  • 🎨 Format expression.py and expression template, currently needed by CI. PR #187 by @tiangolo.
  • 🐛Fix docs light/dark theme switcher. PR #1 by @Lehoczky.
  • 🔧 Add MkDocs Material social cards. PR #90 by @tiangolo.
  • ✨ Update type annotations and upgrade mypy. PR #173 by @tiangolo.

0.0.4

25 Aug 13:48
Compare
Choose a tag to compare
  • 🎨 Fix type detection of select results in PyCharm. PR #15 by @tiangolo.

0.0.3

24 Aug 18:47
Compare
Choose a tag to compare
  • ⬆️ Update and relax specification range for sqlalchemy-stubs. PR #4 by @tiangolo.

0.0.2

24 Aug 18:27
Compare
Choose a tag to compare
  • This includes several small bug fixes detected during the first CI runs.
  • 💚 Fix CI installs and tests. PR #2 by @tiangolo.