From 732e0d1c96b9685ac80517c6afcdd890dccaa0c3 Mon Sep 17 00:00:00 2001 From: github-actions Date: Fri, 24 May 2024 16:10:45 +0000 Subject: [PATCH] 0.16.0 Automatically generated by python-semantic-release --- CHANGELOG.md | 11 +++++++++++ pyproject.toml | 2 +- src/pytest_playwright_async/__version__.py | 2 +- 3 files changed, 13 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index a67927a..a3bb25e 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,6 +2,17 @@ +## v0.16.0 (2024-05-24) + +### Chore + +* chore: update pre-config ([`53e8f86`](https://github.com/m9810223/playwright-async-pytest/commit/53e8f869589abea02f96e400e7618bb2d26e5143)) + +### Feature + +* feat: pytest-playwright>=0.5.0 ([`b8be149`](https://github.com/m9810223/playwright-async-pytest/commit/b8be1498ecd1cb8ff71cc31d3367b3d506273be1)) + + ## v0.15.0 (2024-05-24) ### Chore diff --git a/pyproject.toml b/pyproject.toml index 5a3e6d4..d7b4e90 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,6 +1,6 @@ [project] name = "pytest_playwright_async" -version = "0.15.0" +version = "0.16.0" requires-python = ">=3.8" dependencies = [ # https://pypi.org/project/pytest-playwright/ diff --git a/src/pytest_playwright_async/__version__.py b/src/pytest_playwright_async/__version__.py index 5697a0f..e91ed3c 100644 --- a/src/pytest_playwright_async/__version__.py +++ b/src/pytest_playwright_async/__version__.py @@ -1 +1 @@ -VERSION = '0.15.0' +VERSION = '0.16.0'