Skip to content

Commit d105373

Browse files
committed
Release pgspot 0.4.0
Update the used pglast version so we get access to the PostgreSQL 14 parser.
1 parent 926970e commit d105373

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.4.0 (2023-01-03)
3+
4+
- Update pglast to 4.1 which makes pgspot use the PostgreSQL 14 parser #79
5+
26
## 0.3.3 (2022-08-14)
37

48
- Adjust documentation to mention PG upstream changes regarding CREATE OR REPLACE and CREATE IF NOT EXISTS

src/pgspot/__init__.py

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

0 commit comments

Comments
 (0)