Skip to content

Commit 97528fb

Browse files
author
semantic-release
committed
1.0.2
Automatically generated by python-semantic-release
1 parent 5063ca3 commit 97528fb

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+
## v1.0.2 (2022-06-07)
6+
### Fix
7+
* Fix for a fix to support 2 frameworks ([`5063ca3`](https://github.com/F-Secure/failures-analysis/commit/5063ca3cfd8f38b8dd420fb736ddcd68a5dbe00a))
8+
* Fix to support both robotframework and pytest ([`d9d57ad`](https://github.com/F-Secure/failures-analysis/commit/d9d57adafaf3663efd322ffdb73e95a774f4467e))
9+
510
## v1.0.1 (2022-06-07)
611
### Fix
712
* Reading error message ([`60ba117`](https://github.com/F-Secure/failures-analysis/commit/60ba117feecde4f8a0dc0f79de17d29843d45609))

failure_analysis/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
__version__ = "1.0.1"
1+
__version__ = "1.0.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 = "1.0.1"
3+
version = "1.0.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)