Skip to content

Commit

Permalink
Bump version, update changelog
Browse files Browse the repository at this point in the history
  • Loading branch information
hermansje committed May 3, 2019
1 parent 5b9dca3 commit bb5bbfa
Show file tree
Hide file tree
Showing 2 changed files with 11 additions and 1 deletion.
10 changes: 10 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,16 @@

All notable changes to the protowhat project will be documented in this file.

## 1.7.0

This release improves the base functionality for all depending SCT libraries.

- Add `_debug` SCT introspection function
- Add `State.parent_state` and `State.state_history` as a general state linking mechanism (using `State.creator`)
- Add `TestRunner` and `TestRunnerProxy` and make `Reporter` a `TestRunnerProxy`
- Add AST and text offset support in `Runner`
- Improve `Dispatcher`, `Feedback` and `Test` interfaces

## 1.6.0

This release enables protowhat to be the base for pythonwhat.
Expand Down
2 changes: 1 addition & 1 deletion protowhat/__init__.py
Original file line number Diff line number Diff line change
@@ -1 +1 @@
__version__ = "1.6.1"
__version__ = "1.7.0"

0 comments on commit bb5bbfa

Please sign in to comment.