Skip to content

Commit

Permalink
1.0.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 26, 2024
1 parent d03ad0c commit 8f7affc
Show file tree
Hide file tree
Showing 3 changed files with 15 additions and 2 deletions.
13 changes: 13 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,19 @@



## v1.0.0 (2024-09-26)

### Breaking

* feat: use anyio and support sync

BREAKING CHANGE: The plugin now requires anyio and nest-asyncio. ([`d03ad0c`](https://github.com/m9810223/playwright-async-pytest/commit/d03ad0c1e48402ebc39b70b11c666963c1980802))

### Chore

* chore: update pre-commit config ([`9c0c900`](https://github.com/m9810223/playwright-async-pytest/commit/9c0c90044c854b074e9884759763c9b3027d9d71))


## v0.17.0 (2024-05-24)

### Feature
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 = "0.17.0"
version = "1.0.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 = '0.17.0'
VERSION = '1.0.0'

0 comments on commit 8f7affc

Please sign in to comment.