Skip to content

Commit 4117fe9

Browse files
committed
Release 0.8.0
This version of pgspot adds the following new features: - Add flag to ignore specific procedural languages (#185) - Support @extschema:name@ placeholders introduced with PG16 - Warn about C security definer functions without search_path
1 parent 6a212a6 commit 4117fe9

File tree

2 files changed

+7
-1
lines changed

2 files changed

+7
-1
lines changed

CHANGELOG.md

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

2+
## 0.8.0 (2024-08-02)
3+
4+
- Add flag to ignore specific procedural languages (#185)
5+
- Support @extschema:name@ placeholders introduced with PG16
6+
- Warn about C security definer functions without search_path
7+
28
## 0.7.1 (2024-04-12)
39

410
- Fix handling of FOREACH IN ARRAY

src/pgspot/__init__.py

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

0 commit comments

Comments
 (0)