From 1c85b3f0a660dfafec468070472ed40b6b925c10 Mon Sep 17 00:00:00 2001 From: semantic-release Date: Thu, 15 Dec 2022 09:19:21 +0000 Subject: [PATCH] 1.3.0 Automatically generated by python-semantic-release --- CHANGELOG.md | 7 +++++++ flaky_tests_detection/__init__.py | 2 +- 2 files changed, 8 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index e756b26..a444c33 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,6 +2,13 @@ +## v1.3.0 (2022-12-15) +### Feature +* Support RobotFramework xUnit files ([`cf3d58a`](https://github.com/F-Secure/flaky-tests-detection/commit/cf3d58a858a577da504349f9871988fcfc0a7532)) + +### Documentation +* Icon ([`4bd3ced`](https://github.com/F-Secure/flaky-tests-detection/commit/4bd3cedb2ec18da9b732975db3fe7db5c23e8e44)) + ## v1.2.3 (2022-10-10) ### Fix * Fix types i README ([`79ca6d8`](https://github.com/F-Secure/flaky-tests-detection/commit/79ca6d810b567a307869efe382ca467ad6015c0a)) diff --git a/flaky_tests_detection/__init__.py b/flaky_tests_detection/__init__.py index 10aa336..67bc602 100644 --- a/flaky_tests_detection/__init__.py +++ b/flaky_tests_detection/__init__.py @@ -1 +1 @@ -__version__ = "1.2.3" +__version__ = "1.3.0"