Skip to content

Commit

Permalink
bump to version 4.2.5.
Browse files Browse the repository at this point in the history
  • Loading branch information
perrygoy committed May 29, 2024
1 parent d0e9a15 commit 8aa6c94
Show file tree
Hide file tree
Showing 2 changed files with 18 additions and 1 deletion.
17 changes: 17 additions & 0 deletions HISTORY.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,23 @@
Release History
===============

4.2.5 (2024-05-29)
------------------

### New Features

- Added a new `Stop` Action, which can take a Question and Resolution and will stop the test until that assertion is true (or a timeout is reached). Or just `Stop()` and it will wait until you press enter.

### Bug Fixes

- The typehint for the `Matches` Resolution now includes re.compile objects.
- `..._to_log` methods are now all property-ized, which fixes a few logging errors.

### Development Niceties

- Pruned the Sphinx directives because they don't need to be as long as i thought they did.
- Slimmed down the documentation by noting method aliases in the method's docstring and excluding the aliases from the documentation (since thye're copies of the original method).

4.2.4 (2024-02-21)
------------------

Expand Down
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -138,7 +138,7 @@ split-on-trailing-comma = false

[tool.poetry]
name = "screenpy"
version = "4.2.4"
version = "4.2.5"
description = "Screenplay pattern base for Python automated test suites."
authors = ["Perry Goy <[email protected]>"]
maintainers = ["Gabe Langton", "Marcel Wilson"]
Expand Down

0 comments on commit 8aa6c94

Please sign in to comment.