Skip to content

Commit a352eba

Browse files
committed
Release 0.7.0
This version of pgspot switches pglast to use version 6.1 to benefit from the PG16 parser used by that version.
1 parent 2483fa4 commit a352eba

File tree

2 files changed

+5
-1
lines changed

2 files changed

+5
-1
lines changed

CHANGELOG.md

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

2+
## 0.7.0 (2024-01-31)
3+
4+
- Update pglast to 6.1 which makes pgspot use the PostgreSQL 16 parser
5+
26
## 0.6.0 (2023-08-23)
37

48
- Ignore default values when comparing functions signatures #88

src/pgspot/__init__.py

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

0 commit comments

Comments
 (0)