Skip to content

Commit 0bdc840

Browse files
committed
Bump version, update changelog
1 parent 377d2ce commit 0bdc840

2 files changed

Lines changed: 5 additions & 1 deletion

File tree

CHANGELOG.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,10 @@
22

33
All notable changes to the sqlwhat project will be documented in this file.
44

5+
## 3.3.0
6+
7+
- Add optional `force_diagnose` parameter to `test_exercise` to force passing the `diagnose` tests in `check_correct`.
8+
59
## 3.2.1
610

711
- Update ANTLR dependencies

sqlwhat/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
1-
__version__ = '3.2.1'
1+
__version__ = '3.3.0'
22

33
from .test_exercise import test_exercise

0 commit comments

Comments
 (0)