We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 4056401 commit 71f286fCopy full SHA for 71f286f
CHANGELOG.md
@@ -1,5 +1,10 @@
1
2
-## 0.8.1 (2024-10-0r82)
+## 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)
8
9
- Add handling for plpgsql LOOP and EXIT
10
- Fix plpgsql WHILE handling
src/pgspot/__init__.py
@@ -1 +1 @@
-__version__ = "0.8.1"
+__version__ = "0.9.0"
0 commit comments