Skip to content

Commit f732f64

Browse files
committed
pgspot 0.8.1
- Add handling for plpgsql LOOP and EXIT - Fix plpgsql WHILE handling - Add initial implemention for plpgsql ast traversal - Change severity of CREATE OR REPLACE FUNCTION
1 parent 900fc77 commit f732f64

File tree

2 files changed

+8
-1
lines changed

2 files changed

+8
-1
lines changed

CHANGELOG.md

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,11 @@
11

2+
## 0.8.1 (2024-10-0r82)
3+
4+
- Add handling for plpgsql LOOP and EXIT
5+
- Fix plpgsql WHILE handling
6+
- Add initial implemention for plpgsql ast traversal
7+
- Change severity of CREATE OR REPLACE FUNCTION
8+
29
## 0.8.0 (2024-08-02)
310

411
- Add flag to ignore specific procedural languages (#185)

src/pgspot/__init__.py

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

0 commit comments

Comments
 (0)