Skip to content

Commit 69a8845

Browse files
committed
chore(main): release 0.21.1
1 parent 50bf685 commit 69a8845

2 files changed

Lines changed: 13 additions & 1 deletion

File tree

CHANGELOG.md

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

3+
## [0.21.1](https://github.com/Autodesk/pgbelt/compare/v0.21.0...v0.21.1) (2026-05-28)
4+
5+
6+
### Bug Fixes
7+
8+
* analyze table pkeys needs to filter BASE TABLEs not just for no pkeys ([#968](https://github.com/Autodesk/pgbelt/issues/968)) ([50bf685](https://github.com/Autodesk/pgbelt/commit/50bf6853487a7a751b4fc5819e664874ead482b8))
9+
10+
11+
### Documentation
12+
13+
* update usage docs ([#965](https://github.com/Autodesk/pgbelt/issues/965)) ([266b4d9](https://github.com/Autodesk/pgbelt/commit/266b4d9238f76a3a2bdad72c12c859af2ef512c9))
14+
315
## [0.21.0](https://github.com/Autodesk/pgbelt/compare/v0.20.3...v0.21.0) (2026-05-27)
416

517

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.21.0"
3+
version = "0.21.1"
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)