Skip to content

Commit f89bbc5

Browse files
authored
chore(main): release 0.7.11 (#574)
1 parent 3602266 commit f89bbc5

File tree

2 files changed

+8
-1
lines changed

2 files changed

+8
-1
lines changed

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.7.11](https://github.com/Autodesk/pgbelt/compare/v0.7.10...v0.7.11) (2024-09-27)
4+
5+
6+
### Bug Fixes
7+
8+
* accommodate Decimal NaN != Decimal NaN ([#573](https://github.com/Autodesk/pgbelt/issues/573)) ([3602266](https://github.com/Autodesk/pgbelt/commit/3602266ed1421dfe4efb5dabe8c9303e653f05d1))
9+
310
## [0.7.10](https://github.com/Autodesk/pgbelt/compare/v0.7.9...v0.7.10) (2024-09-24)
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.7.10"
3+
version = "0.7.11"
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 <[email protected]>"]
66
readme = "README.md"

0 commit comments

Comments
 (0)