Skip to content

Commit

Permalink
0.2.3
Browse files Browse the repository at this point in the history
Automatically generated by python-semantic-release
  • Loading branch information
semantic-release committed Jun 1, 2022
1 parent d588fec commit 3134b70
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 2 deletions.
5 changes: 5 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,11 @@

<!--next-version-placeholder-->

## v0.2.3 (2022-06-01)
### Fix
* Fix to pass lint checks ([`d588fec`](https://github.com/F-Secure/failures-analysis/commit/d588fec7d716bcfddc367d2b4f168e9ba67e3d4a))
* Fix for no failures found case ([`b45715e`](https://github.com/F-Secure/failures-analysis/commit/b45715ea0cbee5b90f3244cbf851482500939b3c))

## v0.2.2 (2022-05-31)
### Fix
* Better failure if xunit path is not found ([`2f2bd6a`](https://github.com/F-Secure/failures-analysis/commit/2f2bd6a761864723d4e4a688e10296f06a4ea83a))
Expand Down
2 changes: 1 addition & 1 deletion failure_analysis/__init__.py
Original file line number Diff line number Diff line change
@@ -1 +1 @@
__version__ = "0.2.2"
__version__ = "0.2.3"
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[tool.poetry]
name = "failures-analysis"
version = "0.2.2"
version = "0.2.3"
description = " failures-analysis package provides fast and reliable way to find and group similar failures in test automation."
authors = ["Tatu Aalto"]
license = "Apache-2.0"
Expand Down

0 comments on commit 3134b70

Please sign in to comment.