From c2d6b7b4f2ff3c27f12834392636000a13184c2c Mon Sep 17 00:00:00 2001 From: Varjitt Jeeva Date: Tue, 2 Apr 2024 02:30:57 -0400 Subject: [PATCH] chore(main): release 0.7.3 (#437) --- CHANGELOG.md | 8 ++++++++ pyproject.toml | 2 +- 2 files changed, 9 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 889d17d..d97e3c3 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,13 @@ # Changelog +## [0.7.3](https://github.com/Autodesk/pgbelt/compare/v0.7.2...v0.7.3) (2024-04-01) + + +### Bug Fixes + +* actual table capitalization support - integration tests didn't actually have capitals inside the DBs ([99c78b7](https://github.com/Autodesk/pgbelt/commit/99c78b7dfb916ebf04d662c496ba62dc3dba839e)) +* actual table capitalization support ([#436](https://github.com/Autodesk/pgbelt/issues/436)) ([99c78b7](https://github.com/Autodesk/pgbelt/commit/99c78b7dfb916ebf04d662c496ba62dc3dba839e)) + ## [0.7.2](https://github.com/Autodesk/pgbelt/compare/v0.7.1...v0.7.2) (2024-03-19) diff --git a/pyproject.toml b/pyproject.toml index 1569c65..29c29b4 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,6 +1,6 @@ [tool.poetry] name = "pgbelt" -version = "0.7.2" +version = "0.7.3" description = "A CLI tool used to manage Postgres data migrations from beginning to end, for a single database or a fleet, leveraging pglogical replication." authors = ["Varjitt Jeeva "] readme = "README.md"