Skip to content

Commit

Permalink
chore(main): release 0.7.5 (#513)
Browse files Browse the repository at this point in the history
  • Loading branch information
vjeeva authored Jul 10, 2024
1 parent 9f6a4a5 commit 6bc784e
Show file tree
Hide file tree
Showing 2 changed files with 13 additions and 1 deletion.
12 changes: 12 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,17 @@
# Changelog

## [0.7.5](https://github.com/Autodesk/pgbelt/compare/v0.7.4...v0.7.5) (2024-07-10)


### Bug Fixes

* revoke-logins skips owner if owner is same as root [#509](https://github.com/Autodesk/pgbelt/issues/509) ([#510](https://github.com/Autodesk/pgbelt/issues/510)) ([ed7e758](https://github.com/Autodesk/pgbelt/commit/ed7e7588a710be696d857c86e46ec84e850dbff4))


### Documentation

* update quickstart and code comments to explain how to teardown properly ([#511](https://github.com/Autodesk/pgbelt/issues/511)) ([9f6a4a5](https://github.com/Autodesk/pgbelt/commit/9f6a4a593c4a20561b0efd5b0f112b7523288a53))

## [0.7.4](https://github.com/Autodesk/pgbelt/compare/v0.7.3...v0.7.4) (2024-04-08)


Expand Down
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[tool.poetry]
name = "pgbelt"
version = "0.7.4"
version = "0.7.5"
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 <[email protected]>"]
readme = "README.md"
Expand Down

0 comments on commit 6bc784e

Please sign in to comment.