From bb337779789c0d09707364e8ef71e8e641715ebb Mon Sep 17 00:00:00 2001 From: github-actions Date: Tue, 21 May 2024 05:23:05 +0000 Subject: [PATCH] 0.13.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 7696106..76a900a 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -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 diff --git a/pyproject.toml b/pyproject.toml index fadaa79..60aae42 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -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/ diff --git a/src/pytest_playwright_async/__version__.py b/src/pytest_playwright_async/__version__.py index bf3b89a..e3d018f 100644 --- a/src/pytest_playwright_async/__version__.py +++ b/src/pytest_playwright_async/__version__.py @@ -1 +1 @@ -VERSION = '0.12.0' +VERSION = '0.13.0'