Skip to content

Commit

Permalink
bump version.
Browse files Browse the repository at this point in the history
  • Loading branch information
perrygoy committed Feb 13, 2024
1 parent dd37bad commit b7018a6
Show file tree
Hide file tree
Showing 2 changed files with 15 additions and 1 deletion.
14 changes: 14 additions & 0 deletions HISTORY.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,20 @@
Release History
===============

0.0.2 (2024-02-13)
------------------

### Improvements

- Made all the user-facing features of ScreenPy: Playwright importable from the root, like the other ScreenPy plugins.

### Development Niceties

- Added Poetry!
- Added ruff!
- It's nice!!!


0.0.1 (2022-09-18)
------------------

Expand Down
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ extend-exclude = '''

[tool.poetry]
name = "screenpy_playwright"
version = "0.0.1"
version = "0.0.2"
description = "ScreenPy extension to enable interacting with Playwright."
authors = ["Perry Goy <[email protected]>"]
maintainers = ["Marcel Wilson"]
Expand Down

0 comments on commit b7018a6

Please sign in to comment.