Skip to content

Commit

Permalink
bump: version 0.2.1 → 0.2.2
Browse files Browse the repository at this point in the history
  • Loading branch information
hfudev committed Aug 17, 2023
1 parent 18197cd commit da3858a
Show file tree
Hide file tree
Showing 3 changed files with 8 additions and 2 deletions.
6 changes: 6 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,9 @@
## v0.2.2 (2023-08-17)

### Fix

- stop implementing hook `pytest_custom_test_case_name` by default

## v0.2.1 (2023-08-16)

### Feat
Expand Down
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,7 @@ pytest_ignore_test_results = "pytest_ignore_test_results.plugin"

[tool.commitizen]
name = "cz_conventional_commits"
version = "0.2.1"
version = "0.2.2"
tag_format = "v$version"
version_files = [
"pytest_ignore_test_results/__init__.py",
Expand Down
2 changes: 1 addition & 1 deletion pytest_ignore_test_results/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -4,4 +4,4 @@
"""A pytest plugin to ignore test results."""


__version__ = '0.2.1'
__version__ = '0.2.2'

2 comments on commit da3858a

@github-actions
Copy link

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Tests Skipped Failures Errors Time
7 0 💤 0 ❌ 0 🔥 1.917s ⏱️

@github-actions
Copy link

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Tests Skipped Failures Errors Time
7 0 💤 0 ❌ 0 🔥 2.072s ⏱️

Please sign in to comment.