Skip to content

Commit

Permalink
1.1.0
Browse files Browse the repository at this point in the history
Automatically generated by python-semantic-release
  • Loading branch information
github-actions committed Sep 28, 2024
1 parent 42812ea commit bf87886
Show file tree
Hide file tree
Showing 3 changed files with 9 additions and 2 deletions.
7 changes: 7 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,13 @@



## v1.1.0 (2024-09-28)

### Feature

* feat: support uvloop ([`42812ea`](https://github.com/m9810223/playwright-async-pytest/commit/42812ea82404c1c263684d2d30372c9bd7e0de84))


## v1.0.1 (2024-09-27)

### Fix
Expand Down
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[project]
name = "pytest_playwright_async"
version = "1.0.1"
version = "1.1.0"
requires-python = ">=3.8"
dependencies = [
# https://pypi.org/project/pytest-playwright/
Expand Down
2 changes: 1 addition & 1 deletion src/pytest_playwright_async/__version__.py
Original file line number Diff line number Diff line change
@@ -1 +1 @@
VERSION = '1.0.1'
VERSION = '1.1.0'

0 comments on commit bf87886

Please sign in to comment.