Skip to content

Commit cb1e1d5

Browse files
committed
Add dates to release notes
1 parent bbb95b6 commit cb1e1d5

File tree

1 file changed

+35
-35
lines changed

1 file changed

+35
-35
lines changed

docs/release-notes.md

Lines changed: 35 additions & 35 deletions
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@
2323
* ⬆ Bump fastapi from 0.128.8 to 0.129.0. PR [#1769](https://github.com/fastapi/sqlmodel/pull/1769) by [@dependabot[bot]](https://github.com/apps/dependabot).
2424
* ⬆ Bump black from 25.12.0 to 26.1.0. PR [#1768](https://github.com/fastapi/sqlmodel/pull/1768) by [@dependabot[bot]](https://github.com/apps/dependabot).
2525

26-
## 0.0.37
26+
## 0.0.37 (2026-02-21)
2727

2828
### Internal
2929

@@ -35,7 +35,7 @@
3535

3636
* ➖ Drop support for `sqlmodel-slim`, no more versions will be released, use only `sqmodel`. PR [#1772](https://github.com/fastapi/sqlmodel/pull/1772) by [@tiangolo](https://github.com/tiangolo).
3737

38-
## 0.0.35
38+
## 0.0.35 (2026-02-20)
3939

4040
### Breaking Changes
4141

@@ -47,7 +47,7 @@
4747
* ⬆ Bump prek from 0.3.2 to 0.3.3. PR [#1761](https://github.com/fastapi/sqlmodel/pull/1761) by [@dependabot[bot]](https://github.com/apps/dependabot).
4848
* ⬆ Bump typer from 0.23.1 to 0.23.2. PR [#1760](https://github.com/fastapi/sqlmodel/pull/1760) by [@dependabot[bot]](https://github.com/apps/dependabot).
4949

50-
## 0.0.34
50+
## 0.0.34 (2026-02-16)
5151

5252
### Internal
5353

@@ -57,7 +57,7 @@
5757
* ⬆ Bump typer from 0.21.2 to 0.23.0. PR [#1756](https://github.com/fastapi/sqlmodel/pull/1756) by [@dependabot[bot]](https://github.com/apps/dependabot).
5858
* ⬆ Bump fastapi from 0.128.7 to 0.128.8. PR [#1755](https://github.com/fastapi/sqlmodel/pull/1755) by [@dependabot[bot]](https://github.com/apps/dependabot).
5959

60-
## 0.0.33
60+
## 0.0.33 (2026-02-11)
6161

6262
### Docs
6363

@@ -81,7 +81,7 @@
8181
* 👷 Run mypy by pre-commit. PR [#1738](https://github.com/fastapi/sqlmodel/pull/1738) by [@YuriiMotov](https://github.com/YuriiMotov).
8282
* ⬆ Bump prek from 0.3.0 to 0.3.1. PR [#1739](https://github.com/fastapi/sqlmodel/pull/1739) by [@dependabot[bot]](https://github.com/apps/dependabot).
8383

84-
## 0.0.32
84+
## 0.0.32 (2026-02-01)
8585

8686
### Fixes
8787

@@ -112,7 +112,7 @@
112112
* ⬆ Update fastapi requirement from >=0.103.2,<0.126.0 to >=0.103.2,<0.129.0. PR [#1703](https://github.com/fastapi/sqlmodel/pull/1703) by [@dependabot[bot]](https://github.com/apps/dependabot).
113113
* ✅ Update tests, remove conditionals for Pydantic v1. PR [#1702](https://github.com/fastapi/sqlmodel/pull/1702) by [@tiangolo](https://github.com/tiangolo).
114114

115-
## 0.0.31
115+
## 0.0.31 (2025-12-28)
116116

117117
### Breaking Changes
118118

@@ -125,7 +125,7 @@
125125
* ⬆ Bump typer from 0.20.1 to 0.21.0. PR [#1694](https://github.com/fastapi/sqlmodel/pull/1694) by [@dependabot[bot]](https://github.com/apps/dependabot).
126126
* 📌 Relax `prek` version pin to `>=0.2.24,<1.0.0`. PR [#1698](https://github.com/fastapi/sqlmodel/pull/1698) by [@YuriiMotov](https://github.com/YuriiMotov).
127127

128-
## 0.0.30
128+
## 0.0.30 (2025-12-26)
129129

130130
### Breaking Changes
131131

@@ -150,13 +150,13 @@
150150
* ⬆ Bump typer from 0.20.0 to 0.20.1. PR [#1685](https://github.com/fastapi/sqlmodel/pull/1685) by [@dependabot[bot]](https://github.com/apps/dependabot).
151151
* ⬆ Bump ruff from 0.14.8 to 0.14.10. PR [#1681](https://github.com/fastapi/sqlmodel/pull/1681) by [@dependabot[bot]](https://github.com/apps/dependabot).
152152

153-
## 0.0.29
153+
## 0.0.29 (2025-12-23)
154154

155155
### Fixes
156156

157157
* 🐛 Fix `alias` support for Pydantic v2. PR [#1577](https://github.com/fastapi/sqlmodel/pull/1577) by [@ravishan16](https://github.com/ravishan16).
158158

159-
## 0.0.28
159+
## 0.0.28 (2025-12-23)
160160

161161
### Fixes
162162

@@ -207,13 +207,13 @@
207207
* ⬆ Bump typer from 0.19.2 to 0.20.0. PR [#1612](https://github.com/fastapi/sqlmodel/pull/1612) by [@dependabot[bot]](https://github.com/apps/dependabot).
208208
* ✅ Remove unused type ignores since SQLAlchemy 2.0.44. PR [#1613](https://github.com/fastapi/sqlmodel/pull/1613) by [@svlandeg](https://github.com/svlandeg).
209209

210-
## 0.0.27
210+
## 0.0.27 (2025-10-08)
211211

212212
### Upgrades
213213

214214
* ⬆️ Add support for Python 3.14. PR [#1578](https://github.com/fastapi/sqlmodel/pull/1578) by [@svlandeg](https://github.com/svlandeg).
215215

216-
## 0.0.26
216+
## 0.0.26 (2025-10-08)
217217

218218
### Fixes
219219

@@ -239,7 +239,7 @@
239239
* ⬆ Bump ruff from 0.13.0 to 0.13.2. PR [#1576](https://github.com/fastapi/sqlmodel/pull/1576) by [@dependabot[bot]](https://github.com/apps/dependabot).
240240
* 💚 Fix CI test suite for Windows and MacOS. PR [#1307](https://github.com/fastapi/sqlmodel/pull/1307) by [@svlandeg](https://github.com/svlandeg).
241241

242-
## 0.0.25
242+
## 0.0.25 (2025-09-17)
243243

244244
### Features
245245

@@ -327,7 +327,7 @@
327327
* ⬆ Bump jinja2 from 3.1.4 to 3.1.6. PR [#1317](https://github.com/fastapi/sqlmodel/pull/1317) by [@dependabot[bot]](https://github.com/apps/dependabot).
328328
*[pre-commit.ci] pre-commit autoupdate. PR [#1319](https://github.com/fastapi/sqlmodel/pull/1319) by [@pre-commit-ci[bot]](https://github.com/apps/pre-commit-ci).
329329

330-
## 0.0.24
330+
## 0.0.24 (2025-03-07)
331331

332332
### Upgrades
333333

@@ -338,7 +338,7 @@
338338
*[pre-commit.ci] pre-commit autoupdate. PR [#1114](https://github.com/fastapi/sqlmodel/pull/1114) by [@pre-commit-ci[bot]](https://github.com/apps/pre-commit-ci).
339339
* ⬆ Bump ruff from 0.6.2 to 0.9.6. PR [#1294](https://github.com/fastapi/sqlmodel/pull/1294) by [@dependabot[bot]](https://github.com/apps/dependabot).
340340

341-
## 0.0.23
341+
## 0.0.23 (2025-02-28)
342342

343343
### Fixes
344344

@@ -396,7 +396,7 @@
396396
* 💚 Set `include-hidden-files` to `True` when using the `upload-artifact` GH action. PR [#1098](https://github.com/fastapi/sqlmodel/pull/1098) by [@svlandeg](https://github.com/svlandeg).
397397
*[pre-commit.ci] pre-commit autoupdate. PR [#1088](https://github.com/fastapi/sqlmodel/pull/1088) by [@pre-commit-ci[bot]](https://github.com/apps/pre-commit-ci).
398398

399-
## 0.0.22
399+
## 0.0.22 (2024-08-31)
400400

401401
### Fixes
402402

@@ -442,7 +442,7 @@
442442
* 👷 Update issue-manager.yml GitHub Action permissions. PR [#1040](https://github.com/tiangolo/sqlmodel/pull/1040) by [@tiangolo](https://github.com/tiangolo).
443443
* ♻️ Refactor Deploy Docs GitHub Action to be a script and update token preparing for org. PR [#1039](https://github.com/tiangolo/sqlmodel/pull/1039) by [@tiangolo](https://github.com/tiangolo).
444444

445-
## 0.0.21
445+
## 0.0.21 (2024-07-21)
446446

447447
### Features
448448

@@ -462,7 +462,7 @@
462462
* ⬆ Bump mkdocstrings[python] from 0.23.0 to 0.25.1. PR [#927](https://github.com/tiangolo/sqlmodel/pull/927) by [@dependabot[bot]](https://github.com/apps/dependabot).
463463
* ⬆ Bump dorny/paths-filter from 2 to 3. PR [#972](https://github.com/tiangolo/sqlmodel/pull/972) by [@dependabot[bot]](https://github.com/apps/dependabot).
464464

465-
## 0.0.20
465+
## 0.0.20 (2024-07-17)
466466

467467
### Features
468468

@@ -483,7 +483,7 @@
483483
*[pre-commit.ci] pre-commit autoupdate. PR [#979](https://github.com/tiangolo/sqlmodel/pull/979) by [@pre-commit-ci[bot]](https://github.com/apps/pre-commit-ci).
484484
* 🔨 Update docs Termynal scripts to not include line nums for local dev. PR [#1018](https://github.com/tiangolo/sqlmodel/pull/1018) by [@tiangolo](https://github.com/tiangolo).
485485

486-
## 0.0.19
486+
## 0.0.19 (2024-06-04)
487487

488488
### Fixes
489489

@@ -510,7 +510,7 @@
510510
* 👷 Update GitHub Actions to download and upload artifacts. PR [#936](https://github.com/tiangolo/sqlmodel/pull/936) by [@tiangolo](https://github.com/tiangolo).
511511
* 👷 Tweak CI for test-redistribute, add needed env vars for slim. PR [#929](https://github.com/tiangolo/sqlmodel/pull/929) by [@tiangolo](https://github.com/tiangolo).
512512

513-
## 0.0.18
513+
## 0.0.18 (2024-04-30)
514514

515515
### Internal
516516

@@ -520,7 +520,7 @@ In the future SQLModel will include the standard default recommended packages, a
520520

521521
* 🔧 Re-enable MkDocs Material Social plugin. PR [#915](https://github.com/tiangolo/sqlmodel/pull/915) by [@tiangolo](https://github.com/tiangolo).
522522

523-
## 0.0.17
523+
## 0.0.17 (2024-04-29)
524524

525525
### Refactors
526526

@@ -541,15 +541,15 @@ In the future SQLModel will include the standard default recommended packages, a
541541
* ⬆️ Upgrade Ruff version and configs. PR [#859](https://github.com/tiangolo/sqlmodel/pull/859) by [@tiangolo](https://github.com/tiangolo).
542542
* 🔥 Remove Jina QA Bot as it has been discontinued. PR [#840](https://github.com/tiangolo/sqlmodel/pull/840) by [@tiangolo](https://github.com/tiangolo).
543543

544-
## 0.0.16
544+
## 0.0.16 (2024-02-17)
545545

546546
### Features
547547

548548
* ✨ Add new method `.sqlmodel_update()` to update models in place, including an `update` parameter for extra data. And fix implementation for the (now documented) `update` parameter for `.model_validate()`. PR [#804](https://github.com/tiangolo/sqlmodel/pull/804) by [@tiangolo](https://github.com/tiangolo).
549549
* Updated docs: [Update Data with FastAPI](https://sqlmodel.tiangolo.com/tutorial/fastapi/update/).
550550
* New docs: [Update with Extra Data (Hashed Passwords) with FastAPI](https://sqlmodel.tiangolo.com/tutorial/fastapi/update-extra-data/).
551551

552-
## 0.0.15
552+
## 0.0.15 (2024-02-17)
553553

554554
### Fixes
555555

@@ -560,13 +560,13 @@ In the future SQLModel will include the standard default recommended packages, a
560560
* ⬆ Bump tiangolo/issue-manager from 0.4.0 to 0.4.1. PR [#775](https://github.com/tiangolo/sqlmodel/pull/775) by [@dependabot[bot]](https://github.com/apps/dependabot).
561561
* 👷 Fix GitHub Actions build docs filter paths for GitHub workflows. PR [#738](https://github.com/tiangolo/sqlmodel/pull/738) by [@tiangolo](https://github.com/tiangolo).
562562

563-
## 0.0.14
563+
## 0.0.14 (2023-12-04)
564564

565565
### Features
566566

567567
* ✨ Add support for Pydantic v2 (while keeping support for v1 if v2 is not available). PR [#722](https://github.com/tiangolo/sqlmodel/pull/722) by [@tiangolo](https://github.com/tiangolo) including initial work in PR [#699](https://github.com/tiangolo/sqlmodel/pull/699) by [@AntonDeMeester](https://github.com/AntonDeMeester).
568568

569-
## 0.0.13
569+
## 0.0.13 (2023-12-04)
570570

571571
### Fixes
572572

@@ -596,7 +596,7 @@ In the future SQLModel will include the standard default recommended packages, a
596596
* 🔧 Show line numbers in docs during local development. PR [#714](https://github.com/tiangolo/sqlmodel/pull/714) by [@tiangolo](https://github.com/tiangolo).
597597
* 📝 Update details syntax with new pymdown extensions format. PR [#713](https://github.com/tiangolo/sqlmodel/pull/713) by [@tiangolo](https://github.com/tiangolo).
598598

599-
## 0.0.12
599+
## 0.0.12 (2023-11-18)
600600

601601
### Features
602602

@@ -607,7 +607,7 @@ In the future SQLModel will include the standard default recommended packages, a
607607
*[pre-commit.ci] pre-commit autoupdate. PR [#686](https://github.com/tiangolo/sqlmodel/pull/686) by [@pre-commit-ci[bot]](https://github.com/apps/pre-commit-ci).
608608
* 👷 Upgrade latest-changes GitHub Action. PR [#693](https://github.com/tiangolo/sqlmodel/pull/693) by [@tiangolo](https://github.com/tiangolo).
609609

610-
## 0.0.11
610+
## 0.0.11 (2023-10-29)
611611

612612
### Features
613613

@@ -627,7 +627,7 @@ In the future SQLModel will include the standard default recommended packages, a
627627
* ⬆ Update black requirement from ^22.10.0 to >=22.10,<24.0. PR [#664](https://github.com/tiangolo/sqlmodel/pull/664) by [@dependabot[bot]](https://github.com/apps/dependabot).
628628
* 👷 Update CI to build MkDocs Insiders only when the secrets are available, for Dependabot. PR [#683](https://github.com/tiangolo/sqlmodel/pull/683) by [@tiangolo](https://github.com/tiangolo).
629629

630-
## 0.0.10
630+
## 0.0.10 (2023-10-26)
631631

632632
### Features
633633

@@ -637,7 +637,7 @@ In the future SQLModel will include the standard default recommended packages, a
637637

638638
* 🔧 Adopt Ruff for formatting. PR [#679](https://github.com/tiangolo/sqlmodel/pull/679) by [@tiangolo](https://github.com/tiangolo).
639639

640-
## 0.0.9
640+
## 0.0.9 (2023-10-23)
641641

642642
### Breaking Changes
643643

@@ -715,7 +715,7 @@ In the future SQLModel will include the standard default recommended packages, a
715715
* ⬆ Bump dawidd6/action-download-artifact from 2.9.0 to 2.24.0. PR [#470](https://github.com/tiangolo/sqlmodel/pull/470) by [@dependabot[bot]](https://github.com/apps/dependabot).
716716
* 👷 Update Dependabot config. PR [#484](https://github.com/tiangolo/sqlmodel/pull/484) by [@tiangolo](https://github.com/tiangolo).
717717

718-
## 0.0.8
718+
## 0.0.8 (2022-08-30)
719719

720720
### Fixes
721721

@@ -727,7 +727,7 @@ In the future SQLModel will include the standard default recommended packages, a
727727
* 📝 Adjust and clarify docs for `docs/tutorial/create-db-and-table.md`. PR [#426](https://github.com/tiangolo/sqlmodel/pull/426) by [@tiangolo](https://github.com/tiangolo).
728728
* ✏ Fix typo in `docs/tutorial/connect/remove-data-connections.md`. PR [#421](https://github.com/tiangolo/sqlmodel/pull/421) by [@VerdantFox](https://github.com/VerdantFox).
729729

730-
## 0.0.7
730+
## 0.0.7 (2022-08-28)
731731

732732
### Features
733733

@@ -791,7 +791,7 @@ In the future SQLModel will include the standard default recommended packages, a
791791
* 🔧 Upgrade MkDocs Material and update configs. PR [#217](https://github.com/tiangolo/sqlmodel/pull/217) by [@tiangolo](https://github.com/tiangolo).
792792
* ⬆ Upgrade mypy, fix type annotations. PR [#218](https://github.com/tiangolo/sqlmodel/pull/218) by [@tiangolo](https://github.com/tiangolo).
793793

794-
## 0.0.6
794+
## 0.0.6 (2021-12-28)
795795

796796
### Breaking Changes
797797

@@ -862,7 +862,7 @@ Here's the new, extensive documentation explaining indexes and how to use them:
862862
* ✏ Fix typo in `docs/tutorial/automatic-id-none-refresh.md`. PR [#14](https://github.com/tiangolo/sqlmodel/pull/14) by [@leynier](https://github.com/leynier).
863863
* ✏ Fix typos in `docs/tutorial/index.md` and `docs/databases.md`. PR [#5](https://github.com/tiangolo/sqlmodel/pull/5) by [@sebastianmarines](https://github.com/sebastianmarines).
864864

865-
## 0.0.5
865+
## 0.0.5 (2021-12-13)
866866

867867
### Features
868868

@@ -880,15 +880,15 @@ Here's the new, extensive documentation explaining indexes and how to use them:
880880
* 🔧 Add MkDocs Material social cards. PR [#90](https://github.com/tiangolo/sqlmodel/pull/90) by [@tiangolo](https://github.com/tiangolo).
881881
* ✨ Update type annotations and upgrade mypy. PR [#173](https://github.com/tiangolo/sqlmodel/pull/173) by [@tiangolo](https://github.com/tiangolo).
882882

883-
## 0.0.4
883+
## 0.0.4 (2021-08-25)
884884

885885
* 🎨 Fix type detection of select results in PyCharm. PR [#15](https://github.com/tiangolo/sqlmodel/pull/15) by [@tiangolo](https://github.com/tiangolo).
886886

887-
## 0.0.3
887+
## 0.0.3 (2021-08-24)
888888

889889
* ⬆️ Update and relax specification range for `sqlalchemy-stubs`. PR [#4](https://github.com/tiangolo/sqlmodel/pull/4) by [@tiangolo](https://github.com/tiangolo).
890890

891-
## 0.0.2
891+
## 0.0.2 (2021-08-24)
892892

893893
* This includes several small bug fixes detected during the first CI runs.
894894
* 💚 Fix CI installs and tests. PR [#2](https://github.com/tiangolo/sqlmodel/pull/2) by [@tiangolo](https://github.com/tiangolo).

0 commit comments

Comments
 (0)