Skip to content

Commit bdd697a

Browse files
authored
chore(main): release 0.20.0 (#937)
1 parent d0445be commit bdd697a

2 files changed

Lines changed: 8 additions & 1 deletion

File tree

CHANGELOG.md

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

3+
## [0.20.0](https://github.com/Autodesk/pgbelt/compare/v0.19.0...v0.20.0) (2026-04-29)
4+
5+
6+
### Features
7+
8+
* diff-sequences per-DB table, JSON, and root connections ([#936](https://github.com/Autodesk/pgbelt/issues/936)) ([d0445be](https://github.com/Autodesk/pgbelt/commit/d0445bee9191632ada0e979f642f422328c43575))
9+
310
## [0.19.0](https://github.com/Autodesk/pgbelt/compare/v0.18.2...v0.19.0) (2026-04-27)
411

512

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[tool.poetry]
22
name = "pgbelt"
3-
version = "0.19.0"
3+
version = "0.20.0"
44
description = "A CLI tool used to manage Postgres data migrations from beginning to end, for a single database or a fleet, leveraging pglogical replication."
55
authors = ["Varjitt Jeeva <varjitt.jeeva@autodesk.com>"]
66
readme = "README.md"

0 commit comments

Comments
 (0)