Skip to content

Commit

Permalink
Release pgspot 0.6.0
Browse files Browse the repository at this point in the history
This version of pgspot changes function signature tracking to ignore
parameter defaults, so tracking can happen correctly even when the
default values are different.
  • Loading branch information
svenklemm committed Aug 23, 2023
1 parent 1ae4392 commit 8325221
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 1 deletion.
5 changes: 5 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,9 @@

## 0.6.0 (2023-08-23)

- Ignore default values when comparing functions signatures #88
- Add --version flag #86

## 0.5.0 (2023-02-24)

- Update pglast to 5.0 which makes pgspot use the PostgreSQL 15 parser #84
Expand Down
2 changes: 1 addition & 1 deletion src/pgspot/__init__.py
Original file line number Diff line number Diff line change
@@ -1 +1 @@
__version__ = "0.5.0"
__version__ = "0.6.0"

0 comments on commit 8325221

Please sign in to comment.