Skip to content

Commit 367f9df

Browse files
committed
Update CHANGELOG for 0.1.10
Bump version: 0.1.9 → 0.1.10
1 parent b42bd14 commit 367f9df

File tree

2 files changed

+8
-2
lines changed

2 files changed

+8
-2
lines changed

CHANGELOG.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,11 @@
11
# Changelog
22

3+
## v0.1.10 (released 2025-07-25)
4+
5+
### Features and Improvements
6+
7+
- Support flattening nested list model data to ensure uniqueness. [[b42bd14](https://github.com/NRWLDev/pydantic-db/commit/b42bd140c53e5a218154546bba67a8265c02f755)]
8+
39
## v0.1.9 (released 2025-07-23)
410

511
### Features and Improvements

pyproject.toml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[project]
22
name = "pydantic-db"
3-
version = "0.1.9"
3+
version = "0.1.10"
44
description = "SQL library agnostic data model framework"
55
readme = "README.md"
66
authors = [
@@ -61,7 +61,7 @@ dev = [
6161
]
6262

6363
[tool.changelog_gen]
64-
current_version = "0.1.9"
64+
current_version = "0.1.10"
6565
reject_empty = true
6666
allowed_branches = [
6767
"main",

0 commit comments

Comments
 (0)