We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 4e03480 commit 7dda6feCopy full SHA for 7dda6fe
crdb_sql_audit/main.py
@@ -2,7 +2,7 @@
2
import logging
3
from crdb_sql_audit.audit import extract_sql, analyze_compatibility, generate_reports
4
5
-__version__ = "0.2.3"
+__version__ = "0.2.4"
6
7
logging.basicConfig(
8
level=logging.INFO,
pyproject.toml
@@ -4,7 +4,7 @@ build-backend = "setuptools.build_meta"
[project]
name = "crdb-sql-audit"
-version = "0.2.3"
+version = "0.2.4"
description = "Analyze PostgreSQL SQL logs for CockroachDB compatibility"
9
authors = [
10
{ name = "Virag Tripathi", email = "virag.tripathi@gmail.com" }
0 commit comments