We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 926970e commit d105373Copy full SHA for d105373
CHANGELOG.md
@@ -1,4 +1,8 @@
1
2
+## 0.4.0 (2023-01-03)
3
+
4
+- Update pglast to 4.1 which makes pgspot use the PostgreSQL 14 parser #79
5
6
## 0.3.3 (2022-08-14)
7
8
- Adjust documentation to mention PG upstream changes regarding CREATE OR REPLACE and CREATE IF NOT EXISTS
src/pgspot/__init__.py
@@ -1 +1 @@
-__version__ = "0.3.3"
+__version__ = "0.4.0"
0 commit comments