diff --git a/HISTORY.md b/HISTORY.md index 915d94c..b6f8c72 100644 --- a/HISTORY.md +++ b/HISTORY.md @@ -1,6 +1,15 @@ Release History =============== +0.0.5 (2024-05-22) +------------------ + +### Bug Fixes + +- Fixed typing errors with `Enter.the_password`. +- Fixed typing errors with `Target`, or more specifically with `_Manipulation`, or even more specifically with specifying the types of the `args` and `kwargs` which are passed on to Playwright's API. + + 0.0.4 (2024-05-15) ------------------ diff --git a/pyproject.toml b/pyproject.toml index 2b55409..952f526 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -131,7 +131,7 @@ split-on-trailing-comma = false [tool.poetry] name = "screenpy_playwright" -version = "0.0.4" +version = "0.0.5" description = "ScreenPy extension to enable interacting with Playwright." authors = ["Perry Goy "] maintainers = ["Marcel Wilson"]