Skip to content

Commit 804c693

Browse files
authored
Merge branch 'main' into main
2 parents 99b68d3 + e86b5fc commit 804c693

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

docs/release-notes.md

+2-1
Original file line numberDiff line numberDiff line change
@@ -8,6 +8,7 @@
88

99
### Docs
1010

11+
* ✏️ Fix typo in the release notes of v0.0.22. PR [#1195](https://github.com/fastapi/sqlmodel/pull/1195) by [@PipeKnight](https://github.com/PipeKnight).
1112
* 📝 Update includes for `docs/advanced/uuid.md`. PR [#1151](https://github.com/fastapi/sqlmodel/pull/1151) by [@tiangolo](https://github.com/tiangolo).
1213
* 📝 Update includes for `docs/tutorial/create-db-and-table.md`. PR [#1149](https://github.com/fastapi/sqlmodel/pull/1149) by [@tiangolo](https://github.com/tiangolo).
1314
* 📝 Fix internal links in docs. PR [#1148](https://github.com/fastapi/sqlmodel/pull/1148) by [@tiangolo](https://github.com/tiangolo).
@@ -36,7 +37,7 @@
3637

3738
### Fixes
3839

39-
* 🐛 Fix support for types with `Optional[Annoated[x, f()]]`, e.g. `id: Optional[pydantic.UUID4]`. PR [#1093](https://github.com/fastapi/sqlmodel/pull/1093) by [@tiangolo](https://github.com/tiangolo).
40+
* 🐛 Fix support for types with `Optional[Annotated[x, f()]]`, e.g. `id: Optional[pydantic.UUID4]`. PR [#1093](https://github.com/fastapi/sqlmodel/pull/1093) by [@tiangolo](https://github.com/tiangolo).
4041

4142
### Docs
4243

0 commit comments

Comments
 (0)