From a9902d53260e68c61545425b31f1ee3504bf83f2 Mon Sep 17 00:00:00 2001 From: spwoodcock Date: Thu, 1 Aug 2024 00:44:59 +0100 Subject: [PATCH] =?UTF-8?q?bump:=20version=202.0.4=20=E2=86=92=202.0.5?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- CHANGELOG.md | 7 +++++++ pyproject.toml | 2 +- 2 files changed, 8 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 11508e9..bc0d730 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,12 @@ # Changelog +## 2.0.5 (2024-08-01) + +### Fix + +- remove build_img var, replace with omitting image_name var +- add option to upload playwright traces.zip for debugging + ## 2.0.4 (2024-07-27) ### Fix diff --git a/pyproject.toml b/pyproject.toml index 3746efa..20011a9 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -27,7 +27,7 @@ docs = [ ] [tool.commitizen] name = "cz_conventional_commits" -version = "2.0.4" +version = "2.0.5" version_files = [ "pyproject.toml:version", ]