Skip to content

Commit 8325221

Browse files
committed
Release pgspot 0.6.0
This version of pgspot changes function signature tracking to ignore parameter defaults, so tracking can happen correctly even when the default values are different.
1 parent 1ae4392 commit 8325221

File tree

2 files changed

+6
-1
lines changed

2 files changed

+6
-1
lines changed

CHANGELOG.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,9 @@
11

2+
## 0.6.0 (2023-08-23)
3+
4+
- Ignore default values when comparing functions signatures #88
5+
- Add --version flag #86
6+
27
## 0.5.0 (2023-02-24)
38

49
- Update pglast to 5.0 which makes pgspot use the PostgreSQL 15 parser #84

src/pgspot/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
__version__ = "0.5.0"
1+
__version__ = "0.6.0"

0 commit comments

Comments
 (0)