Skip to content

Commit bad4e68

Browse files
authored
chore(main): release 0.9.0 (#802)
1 parent 53cc971 commit bad4e68

File tree

2 files changed

+13
-1
lines changed

2 files changed

+13
-1
lines changed

CHANGELOG.md

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,17 @@
11
# Changelog
22

3+
## [0.9.0](https://github.com/Autodesk/pgbelt/compare/v0.8.3...v0.9.0) (2026-01-05)
4+
5+
6+
### Features
7+
8+
* basing on Python 3.13 and fixing Postgres 17 pgdump issue ([#801](https://github.com/Autodesk/pgbelt/issues/801)) ([a184bc4](https://github.com/Autodesk/pgbelt/commit/a184bc4f2621b516e39964ef84daae2aed1a3280))
9+
10+
11+
### Bug Fixes
12+
13+
* flake8 fixes ([#803](https://github.com/Autodesk/pgbelt/issues/803)) ([53cc971](https://github.com/Autodesk/pgbelt/commit/53cc9719122641f0d448d12e9b2ffaca2c3c41cd))
14+
315
## [0.8.3](https://github.com/Autodesk/pgbelt/compare/v0.8.2...v0.8.3) (2025-02-03)
416

517

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.8.3"
3+
version = "0.9.0"
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)