Skip to content

Commit e48d694

Browse files
committed
Release pgspot 0.5.0
This version of pgspot switches pglast to use version 5.0 to benefit from the PG15 parser used by that version.
1 parent aa47aa4 commit e48d694

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.5.0 (2023-02-24)
3+
4+
- Update pglast to 5.0 which makes pgspot use the PostgreSQL 15 parser #84
5+
26
## 0.4.0 (2023-01-03)
37

48
- Update pglast to 4.1 which makes pgspot use the PostgreSQL 14 parser #79

src/pgspot/__init__.py

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

0 commit comments

Comments
 (0)