Skip to content

Commit

Permalink
0.13.0
Browse files Browse the repository at this point in the history
Automatically generated by python-semantic-release
  • Loading branch information
github-actions committed May 21, 2024
1 parent e79bf8e commit bb33777
Show file tree
Hide file tree
Showing 3 changed files with 13 additions and 2 deletions.
11 changes: 11 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,17 @@



## v0.13.0 (2024-05-21)

### Feature

* feat: loosen deps version ([`e79bf8e`](https://github.com/m9810223/playwright-async-pytest/commit/e79bf8e8fd8482fc4f371c0fd12f941192c0bd36))

### Unknown

* Update pyproject.toml ([`d20046f`](https://github.com/m9810223/playwright-async-pytest/commit/d20046f32934d326fe3ecc79a6fb1e01fc465d75))


## v0.12.0 (2024-05-04)

### 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.12.0"
version = "0.13.0"
requires-python = ">=3.8"
dependencies = [
"pytest-playwright", # 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.12.0'
VERSION = '0.13.0'

0 comments on commit bb33777

Please sign in to comment.