From 3a5e0d80e2472bf7268b0556ff952e4f4b38ac4a Mon Sep 17 00:00:00 2001 From: Varjitt Jeeva Date: Thu, 26 Oct 2023 14:40:55 -0400 Subject: [PATCH] chore(main): release 0.5.2 (#312) --- CHANGELOG.md | 7 +++++++ pyproject.toml | 2 +- 2 files changed, 8 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index a7df86a..21fe4a8 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,12 @@ # Changelog +## [0.5.2](https://github.com/Autodesk/pgbelt/compare/v0.5.1...v0.5.2) (2023-10-26) + + +### Bug Fixes + +* remote.py error handling needs to shore up plugin error ([#311](https://github.com/Autodesk/pgbelt/issues/311)) ([b47b07f](https://github.com/Autodesk/pgbelt/commit/b47b07f6705b1c8548b67d17b69e5a29e2de5178)) + ## [0.5.1](https://github.com/Autodesk/pgbelt/compare/v0.5.0...v0.5.1) (2023-10-06) diff --git a/pyproject.toml b/pyproject.toml index adca188..c94d64d 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,6 +1,6 @@ [tool.poetry] name = "pgbelt" -version = "0.5.1" +version = "0.5.2" 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"