Skip to content

Commit 6ef7266

Browse files
author
semantic-release
committed
0.2.2
Automatically generated by python-semantic-release
1 parent 1d5b0c4 commit 6ef7266

File tree

3 files changed

+7
-2
lines changed

3 files changed

+7
-2
lines changed

CHANGELOG.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,11 @@
22

33
<!--next-version-placeholder-->
44

5+
## v0.2.2 (2022-05-31)
6+
### Fix
7+
* Better failure if xunit path is not found ([`2f2bd6a`](https://github.com/F-Secure/failures-analysis/commit/2f2bd6a761864723d4e4a688e10296f06a4ea83a))
8+
* Reading xml files from folder ([`dcef437`](https://github.com/F-Secure/failures-analysis/commit/dcef43755dac43a11db3c4d8304f5fed2640a7d6))
9+
510
## v0.2.1 (2022-05-30)
611
### Fix
712
* Build by poetry ([`0c86dce`](https://github.com/F-Secure/failures-analysis/commit/0c86dced450c4865469a657502e024637f7e079b))

failure_analysis/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
__version__ = "0.2.1"
1+
__version__ = "0.2.2"

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[tool.poetry]
22
name = "failures-analysis"
3-
version = "0.2.1"
3+
version = "0.2.2"
44
description = " failures-analysis package provides fast and reliable way to find and group similar failures in test automation."
55
authors = ["Tatu Aalto"]
66
license = "Apache-2.0"

0 commit comments

Comments
 (0)