Skip to content

Commit b47cbd6

Browse files
authored
chore(main): release 0.7.9 (#553)
1 parent d0bea7b commit b47cbd6

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.9](https://github.com/Autodesk/pgbelt/compare/v0.7.8...v0.7.9) (2024-09-09)
4+
5+
6+
### Bug Fixes
7+
8+
* support for capitals in column names ([#552](https://github.com/Autodesk/pgbelt/issues/552)) ([d0bea7b](https://github.com/Autodesk/pgbelt/commit/d0bea7b7c9e79664885cd2463d26e599b97472f9))
9+
310
## [0.7.8](https://github.com/Autodesk/pgbelt/compare/v0.7.7...v0.7.8) (2024-09-09)
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.8"
3+
version = "0.7.9"
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)