Skip to content

Commit

Permalink
Release pgspot 0.9.0
Browse files Browse the repository at this point in the history
- Fix plpgsql RETURN QUERY EXECUTE handling
- Update pglast to 7.2 which makes pgspot use the PostgreSQL 17 parser
  • Loading branch information
svenklemm committed Jan 6, 2025
1 parent 4056401 commit 71f286f
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 2 deletions.
7 changes: 6 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,10 @@

## 0.8.1 (2024-10-0r82)
## 0.9.0 (2025-01-06)

- Fix plpgsql RETURN QUERY EXECUTE handling
- Update pglast to 7.2 which makes pgspot use the PostgreSQL 17 parser

## 0.8.1 (2024-10-08)

- Add handling for plpgsql LOOP and EXIT
- Fix plpgsql WHILE handling
Expand Down
2 changes: 1 addition & 1 deletion src/pgspot/__init__.py
Original file line number Diff line number Diff line change
@@ -1 +1 @@
__version__ = "0.8.1"
__version__ = "0.9.0"

0 comments on commit 71f286f

Please sign in to comment.