Skip to content

Commit 71f286f

Browse files
committed
Release pgspot 0.9.0
- Fix plpgsql RETURN QUERY EXECUTE handling - Update pglast to 7.2 which makes pgspot use the PostgreSQL 17 parser
1 parent 4056401 commit 71f286f

File tree

2 files changed

+7
-2
lines changed

2 files changed

+7
-2
lines changed

CHANGELOG.md

Lines changed: 6 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,10 @@
11

2-
## 0.8.1 (2024-10-0r82)
2+
## 0.9.0 (2025-01-06)
3+
4+
- Fix plpgsql RETURN QUERY EXECUTE handling
5+
- Update pglast to 7.2 which makes pgspot use the PostgreSQL 17 parser
6+
7+
## 0.8.1 (2024-10-08)
38

49
- Add handling for plpgsql LOOP and EXIT
510
- Fix plpgsql WHILE handling

src/pgspot/__init__.py

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

0 commit comments

Comments
 (0)