We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent aa47aa4 commit e48d694Copy full SHA for e48d694
CHANGELOG.md
@@ -1,4 +1,8 @@
1
2
+## 0.5.0 (2023-02-24)
3
+
4
+- Update pglast to 5.0 which makes pgspot use the PostgreSQL 15 parser #84
5
6
## 0.4.0 (2023-01-03)
7
8
- Update pglast to 4.1 which makes pgspot use the PostgreSQL 14 parser #79
src/pgspot/__init__.py
@@ -1 +1 @@
-__version__ = "0.4.0"
+__version__ = "0.5.0"
0 commit comments