From ef85d2a5877d4cb40d35d63fd72bea1ea5a361b8 Mon Sep 17 00:00:00 2001 From: Varjitt Jeeva Date: Mon, 18 Nov 2024 01:13:10 -0500 Subject: [PATCH] chore(main): release 0.8.0 --- CHANGELOG.md | 14 ++++++++++++++ pyproject.toml | 2 +- 2 files changed, 15 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index ce816c6..bf6c0b4 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,19 @@ # Changelog +## [0.8.0](https://github.com/Autodesk/pgbelt/compare/v0.7.11...v0.8.0) (2024-11-18) + + +### Features + +* run ANALYZE as part of create-indexes ([#612](https://github.com/Autodesk/pgbelt/issues/612)) ([29294ed](https://github.com/Autodesk/pgbelt/commit/29294ed9c4325ea0b5c699eda2398d4b46735e06)) +* run ANALYZE as part of create-indexes [#611](https://github.com/Autodesk/pgbelt/issues/611) ([29294ed](https://github.com/Autodesk/pgbelt/commit/29294ed9c4325ea0b5c699eda2398d4b46735e06)) + + +### Bug Fixes + +* hide progress when reverse replication is running [#608](https://github.com/Autodesk/pgbelt/issues/608) ([#610](https://github.com/Autodesk/pgbelt/issues/610)) ([8f143a8](https://github.com/Autodesk/pgbelt/commit/8f143a868126ee613b0607659747f14f95b5fd17)) +* run analyze without statement timeout ([#606](https://github.com/Autodesk/pgbelt/issues/606)) ([3bac10c](https://github.com/Autodesk/pgbelt/commit/3bac10c92f662b5c66145cde8245a1ac967130d7)) + ## [0.7.11](https://github.com/Autodesk/pgbelt/compare/v0.7.10...v0.7.11) (2024-09-27) diff --git a/pyproject.toml b/pyproject.toml index 72411a6..b98e0e5 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,6 +1,6 @@ [tool.poetry] name = "pgbelt" -version = "0.7.11" +version = "0.8.0" 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"