Skip to content

Commit cd385bb

Browse files
committed
Merge remote-tracking branch 'upstream/main' into deprecate-const-and-unique_items-in-field
2 parents 7d94001 + eff1be6 commit cd385bb

2 files changed

Lines changed: 3 additions & 1 deletion

File tree

docs/release-notes.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,8 @@
22

33
## Latest Changes
44

5+
## 0.0.42 (2026-08-28)
6+
57
### Features
68

79
* 🏷️ Allow `Discriminator` type for `discriminator` parameter in `Field`. PR [#1729](https://github.com/fastapi/sqlmodel/pull/1729) by [@YuriiMotov](https://github.com/YuriiMotov).

sqlmodel/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
__version__ = "0.0.41"
1+
__version__ = "0.0.42"
22

33
# Re-export from Pydantic
44
from pydantic import Discriminator as Discriminator

0 commit comments

Comments
 (0)