Skip to content

Commit

Permalink
bump version to 0.0.5.
Browse files Browse the repository at this point in the history
  • Loading branch information
perrygoy committed May 22, 2024
1 parent 52d37a9 commit 744e73c
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 1 deletion.
9 changes: 9 additions & 0 deletions HISTORY.md
Original file line number Diff line number Diff line change
@@ -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)
------------------

Expand Down
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -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 <perry.goy@gmail.com>"]
maintainers = ["Marcel Wilson"]
Expand Down

0 comments on commit 744e73c

Please sign in to comment.