From d2946b416ccb176da60a0ad1c4941b75669d2e8a Mon Sep 17 00:00:00 2001 From: semantic-release Date: Sun, 5 Jun 2022 16:09:16 +0000 Subject: [PATCH] 1.0.0 Automatically generated by python-semantic-release --- CHANGELOG.md | 10 ++++++++++ failure_analysis/__init__.py | 2 +- pyproject.toml | 2 +- 3 files changed, 12 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index b49c9cf..c0bd957 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,6 +2,16 @@ +## v1.0.0 (2022-06-05) +### Feature +* Change etry point name ([`ede8538`](https://github.com/F-Secure/failures-analysis/commit/ede853860eb9628e0f388ea56a7c39d40ff76cf5)) + +### Breaking +* update entry point runner ([`ede8538`](https://github.com/F-Secure/failures-analysis/commit/ede853860eb9628e0f388ea56a7c39d40ff76cf5)) + +### Documentation +* CHANGELOG.md remove not user visible change ([`421dae3`](https://github.com/F-Secure/failures-analysis/commit/421dae301fa28507f006ffc5d6cb5508ebb81bb8)) + ## v0.2.3 (2022-06-01) ### Fix * Fix for no failures found case ([`b45715e`](https://github.com/F-Secure/failures-analysis/commit/b45715ea0cbee5b90f3244cbf851482500939b3c)) diff --git a/failure_analysis/__init__.py b/failure_analysis/__init__.py index d31c31e..5becc17 100644 --- a/failure_analysis/__init__.py +++ b/failure_analysis/__init__.py @@ -1 +1 @@ -__version__ = "0.2.3" +__version__ = "1.0.0" diff --git a/pyproject.toml b/pyproject.toml index 6ec1445..13c5606 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,6 +1,6 @@ [tool.poetry] name = "failures-analysis" -version = "0.2.3" +version = "1.0.0" 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"