From e32e85bab5d9722cfe919f3ca826751a78101c63 Mon Sep 17 00:00:00 2001 From: semantic-release Date: Tue, 7 Jun 2022 11:54:22 +0000 Subject: [PATCH] 1.0.1 Automatically generated by python-semantic-release --- CHANGELOG.md | 9 +++++++++ failure_analysis/__init__.py | 2 +- pyproject.toml | 2 +- 3 files changed, 11 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index c0bd957..337b24e 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,6 +2,15 @@ +## v1.0.1 (2022-06-07) +### Fix +* Reading error message ([`60ba117`](https://github.com/F-Secure/failures-analysis/commit/60ba117feecde4f8a0dc0f79de17d29843d45609)) +* Do not parse folder with lxml ([`1bfb32c`](https://github.com/F-Secure/failures-analysis/commit/1bfb32c4ba62cc011909bf5c24d6f0689882ea01)) +* Fix to AttributeError: 'SequenceMatcher' object has no attribute 'matching_blocks' ([`195e671`](https://github.com/F-Secure/failures-analysis/commit/195e671f0f418ac17b54d3927f98468da8007312)) + +### Documentation +* Update install instructions ([`cc084b4`](https://github.com/F-Secure/failures-analysis/commit/cc084b4531f02598304e5c3ddeea484ef950efc1)) + ## v1.0.0 (2022-06-05) ### Feature * Change etry point name ([`ede8538`](https://github.com/F-Secure/failures-analysis/commit/ede853860eb9628e0f388ea56a7c39d40ff76cf5)) diff --git a/failure_analysis/__init__.py b/failure_analysis/__init__.py index 5becc17..5c4105c 100644 --- a/failure_analysis/__init__.py +++ b/failure_analysis/__init__.py @@ -1 +1 @@ -__version__ = "1.0.0" +__version__ = "1.0.1" diff --git a/pyproject.toml b/pyproject.toml index 3007b4e..8ee7578 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,6 +1,6 @@ [tool.poetry] name = "failures-analysis" -version = "1.0.0" +version = "1.0.1" 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"