We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 377d2ce commit 0bdc840Copy full SHA for 0bdc840
2 files changed
CHANGELOG.md
@@ -2,6 +2,10 @@
2
3
All notable changes to the sqlwhat project will be documented in this file.
4
5
+## 3.3.0
6
+
7
+- Add optional `force_diagnose` parameter to `test_exercise` to force passing the `diagnose` tests in `check_correct`.
8
9
## 3.2.1
10
11
- Update ANTLR dependencies
sqlwhat/__init__.py
@@ -1,3 +1,3 @@
1
-__version__ = '3.2.1'
+__version__ = '3.3.0'
from .test_exercise import test_exercise
0 commit comments