Skip to content

Commit ceb83c7

Browse files
committed
Release 0.7.1
This is a bugfix relesase that fixes the handling of FOREACH IN ARRAY.
1 parent 1a82d16 commit ceb83c7

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.1 (2024-04-12)
3+
4+
- Fix handling of FOREACH IN ARRAY
5+
26
## 0.7.0 (2024-01-31)
37

48
- Update pglast to 6.1 which makes pgspot use the PostgreSQL 16 parser

src/pgspot/__init__.py

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

0 commit comments

Comments
 (0)