Skip to content

Commit a8b9df7

Browse files
committed
Release 0.9.1
1 parent 35d55d4 commit a8b9df7

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.9.1 (2025-05-18)
3+
4+
- Fix plpgsql FOR IN EXECUTE handling
5+
26
## 0.9.0 (2025-01-06)
37

48
- Fix plpgsql RETURN QUERY EXECUTE handling

src/pgspot/__init__.py

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

0 commit comments

Comments
 (0)