Skip to content

Commit

Permalink
0.2.2
Browse files Browse the repository at this point in the history
Automatically generated by python-semantic-release
  • Loading branch information
semantic-release committed May 31, 2022
1 parent 1d5b0c4 commit 6ef7266
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.2 (2022-05-31)
### Fix
* Better failure if xunit path is not found ([`2f2bd6a`](https://github.com/F-Secure/failures-analysis/commit/2f2bd6a761864723d4e4a688e10296f06a4ea83a))
* Reading xml files from folder ([`dcef437`](https://github.com/F-Secure/failures-analysis/commit/dcef43755dac43a11db3c4d8304f5fed2640a7d6))

## v0.2.1 (2022-05-30)
### Fix
* Build by poetry ([`0c86dce`](https://github.com/F-Secure/failures-analysis/commit/0c86dced450c4865469a657502e024637f7e079b))
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.1"
__version__ = "0.2.2"
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.1"
version = "0.2.2"
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 6ef7266

Please sign in to comment.