v0.10.0
0.10.0 (2025-04-01)
Features
- add upsert method for PostgreSQL support in BaseModel (d639de6)
- prevent nested global sessions and add test (3aca2cc)
- return upserted model and enhance upsert tests (df2359a)
Bug Fixes
- use sa_column default instead of sqlmodel (37e299d)
Documentation
- enhance docstrings in BaseModel for clarity (12a5dee)