Skip to content

Commit ffbf7f8

Browse files
committed
Bump version, update changelog
1 parent 37a5669 commit ffbf7f8

File tree

2 files changed

+10
-1
lines changed

2 files changed

+10
-1
lines changed

CHANGELOG.md

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

33
All notable changes to the pythonwhat project will be documented in this file. This project adheres to [Semantic Versioning](http://semver.org/spec/v2.0.0.html).
44

5+
## 2.19.0
6+
7+
- `state` is now the first argument to SCT functions (instead of a keyword argument)
8+
- functionality is shared with protowhat:
9+
- `Reporter`, `Chain`, `F` and logic SCTs are reused
10+
- `State` and `Feedback` inherit
11+
- `Dispatcher` handles parsing (decoupled from `State`)
12+
- `Test` moved
13+
514
## 2.18.1
615

716
### Fixed

pythonwhat/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
1-
__version__ = "2.18.1"
1+
__version__ = "2.19.0"
22

33
from .test_exercise import test_exercise, allow_errors

0 commit comments

Comments
 (0)