From 3702fe5ece72c5d22351093a23ee3be38341bd43 Mon Sep 17 00:00:00 2001 From: semantic-release Date: Fri, 17 Jun 2022 21:31:06 +0000 Subject: [PATCH] 2.0.1 Automatically generated by python-semantic-release --- CHANGELOG.md | 4 ++++ failure_analysis/__init__.py | 2 +- pyproject.toml | 2 +- 3 files changed, 6 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 59dac74..131755c 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,6 +2,10 @@ +## v2.0.1 (2022-06-17) +### Fix +* If Drain3 is used, display original error ([`e75dfaa`](https://github.com/F-Secure/failures-analysis/commit/e75dfaac0ee98675b6aabf0708f111625dfc7e3f)) + ## v2.0.0 (2022-06-17) ### Feature * Use Drain3 to template failure messages ([`efe9538`](https://github.com/F-Secure/failures-analysis/commit/efe9538f8131d918ab88230737d811907af045cc)) diff --git a/failure_analysis/__init__.py b/failure_analysis/__init__.py index 05be06c..bdd0e42 100644 --- a/failure_analysis/__init__.py +++ b/failure_analysis/__init__.py @@ -9,4 +9,4 @@ # WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. # See the License for the specific language governing permissions and # limitations under the License. -__version__ = "2.0.0" +__version__ = "2.0.1" diff --git a/pyproject.toml b/pyproject.toml index 63477c0..eef7f5b 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,6 +1,6 @@ [tool.poetry] name = "failures-analysis" -version = "2.0.0" +version = "2.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"