Skip to content

Commit d2946b4

Browse files
author
semantic-release
committed
1.0.0
Automatically generated by python-semantic-release
1 parent 443808e commit d2946b4

File tree

3 files changed

+12
-2
lines changed

3 files changed

+12
-2
lines changed

CHANGELOG.md

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,16 @@
22

33
<!--next-version-placeholder-->
44

5+
## v1.0.0 (2022-06-05)
6+
### Feature
7+
* Change etry point name ([`ede8538`](https://github.com/F-Secure/failures-analysis/commit/ede853860eb9628e0f388ea56a7c39d40ff76cf5))
8+
9+
### Breaking
10+
* update entry point runner ([`ede8538`](https://github.com/F-Secure/failures-analysis/commit/ede853860eb9628e0f388ea56a7c39d40ff76cf5))
11+
12+
### Documentation
13+
* CHANGELOG.md remove not user visible change ([`421dae3`](https://github.com/F-Secure/failures-analysis/commit/421dae301fa28507f006ffc5d6cb5508ebb81bb8))
14+
515
## v0.2.3 (2022-06-01)
616
### Fix
717
* Fix for no failures found case ([`b45715e`](https://github.com/F-Secure/failures-analysis/commit/b45715ea0cbee5b90f3244cbf851482500939b3c))

failure_analysis/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
__version__ = "0.2.3"
1+
__version__ = "1.0.0"

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 = "0.2.3"
3+
version = "1.0.0"
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)