Skip to content

Commit

Permalink
Release 0.8.0
Browse files Browse the repository at this point in the history
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
  • Loading branch information
svenklemm committed Aug 2, 2024
1 parent 6a212a6 commit 4117fe9
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 1 deletion.
6 changes: 6 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,10 @@

## 0.8.0 (2024-08-02)

- Add flag to ignore specific procedural languages (#185)
- Support @extschema:name@ placeholders introduced with PG16
- Warn about C security definer functions without search_path

## 0.7.1 (2024-04-12)

- Fix handling of FOREACH IN ARRAY
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.7.1"
__version__ = "0.8.0"

0 comments on commit 4117fe9

Please sign in to comment.