Skip to content

Commit

Permalink
Release pgspot 0.5.0
Browse files Browse the repository at this point in the history
This version of pgspot switches pglast to use version 5.0 to
benefit from the PG15 parser used by that version.
  • Loading branch information
svenklemm committed Feb 24, 2023
1 parent aa47aa4 commit e48d694
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 1 deletion.
4 changes: 4 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,8 @@

## 0.5.0 (2023-02-24)

- Update pglast to 5.0 which makes pgspot use the PostgreSQL 15 parser #84

## 0.4.0 (2023-01-03)

- Update pglast to 4.1 which makes pgspot use the PostgreSQL 14 parser #79
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.4.0"
__version__ = "0.5.0"

0 comments on commit e48d694

Please sign in to comment.