Skip to content

Commit 1aaffac

Browse files
authored
chore(main): release 0.8.3 (#675)
1 parent 64f62dd commit 1aaffac

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.8.3](https://github.com/Autodesk/pgbelt/compare/v0.8.2...v0.8.3) (2025-02-03)
4+
5+
6+
### Bug Fixes
7+
8+
* loggers were overwriting themselves on disk. Separated now [#673](https://github.com/Autodesk/pgbelt/issues/673) ([#674](https://github.com/Autodesk/pgbelt/issues/674)) ([f39c73d](https://github.com/Autodesk/pgbelt/commit/f39c73d5932604300d6859cdcc94562b86a4fc66))
9+
10+
11+
### Documentation
12+
13+
* various updates ([#676](https://github.com/Autodesk/pgbelt/issues/676)) ([64f62dd](https://github.com/Autodesk/pgbelt/commit/64f62dd0d33cdb248e1d57d3e4f66cb307962fa2))
14+
315
## [0.8.2](https://github.com/Autodesk/pgbelt/compare/v0.8.1...v0.8.2) (2025-01-06)
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.2"
3+
version = "0.8.3"
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)