Skip to content

Commit fc65542

Browse files
committed
Update CHANGELOG for 0.2.0
Bump version: 0.1.1 → 0.2.0
1 parent 8d8e029 commit fc65542

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 - 2026-01-20
4+
5+
### Bug fixes
6+
7+
- **Breaking** Support schemas in migration configuration, drop python 3.9 [[8d8e029](https://github.com/NRWLDev/pytest-pogo/commit/8d8e029a28fa7e460c205c1e57226a3d344de714)]
8+
39
## v0.1.1 - 2025-05-05
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 = "pytest-pogo"
3-
version = "0.1.1"
3+
version = "0.2.0"
44
description = "Pytest plugin for pogo-migrate"
55
readme = "README.md"
66
authors = [
@@ -58,7 +58,7 @@ dev = [
5858
pogo = "pytest_pogo"
5959

6060
[tool.changelog_gen]
61-
current_version = "0.1.1"
61+
current_version = "0.2.0"
6262
reject_empty = true
6363
allowed_branches = [
6464
"main",

0 commit comments

Comments
 (0)