Skip to content

Commit 84a3d35

Browse files
committed
Update CHANGELOG for 0.2.0
Bump version: 0.1.13 → 0.2.0
1 parent a90f2fe commit 84a3d35

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.2.0 (released 2025-07-25)
4+
5+
### Features and Improvements
6+
7+
- **Breaking** Drop support for python 3.9 prior to End of Life. [[a90f2fe](https://github.com/NRWLDev/pydantic-db/commit/a90f2fe4ef047909842011b755992a0efef83a47)]
8+
39
## v0.1.13 (released 2025-07-25)
410

511
### Bug fixes

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.13"
3+
version = "0.2.0"
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.13"
64+
current_version = "0.2.0"
6565
reject_empty = true
6666
allowed_branches = [
6767
"main",

0 commit comments

Comments
 (0)