Skip to content

Commit

Permalink
bump: version 2.0.4 → 2.0.5
Browse files Browse the repository at this point in the history
  • Loading branch information
spwoodcock committed Aug 1, 2024
1 parent b67107c commit 425dd56
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 1 deletion.
8 changes: 8 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,13 @@
# Changelog

## 2.0.5 (2024-08-01)

### Fix

- run playwright report upload even if tests fail
- 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
Expand Down
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ docs = [
]
[tool.commitizen]
name = "cz_conventional_commits"
version = "2.0.4"
version = "2.0.5"
version_files = [
"pyproject.toml:version",
]
Expand Down

0 comments on commit 425dd56

Please sign in to comment.