Skip to content

Commit 2cc10fd

Browse files
author
semantic-release
committed
1.1.0
Automatically generated by python-semantic-release
1 parent 1c5e985 commit 2cc10fd

File tree

3 files changed

+6
-2
lines changed

3 files changed

+6
-2
lines changed

CHANGELOG.md

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

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

5+
## v1.1.0 (2022-06-17)
6+
### Feature
7+
* Add possibility to define minimum similarity ([`7bfa099`](https://github.com/F-Secure/failures-analysis/commit/7bfa09933188f35c7fe084a328acfabbc05ff009))
8+
59
## v1.0.5 (2022-06-16)
610
### Fix
711
* Small performance improvement ([`8d85431`](https://github.com/F-Secure/failures-analysis/commit/8d854313105cc1e10bc54429d4f6c1acaf4749be))

failure_analysis/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,4 +9,4 @@
99
# WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
1010
# See the License for the specific language governing permissions and
1111
# limitations under the License.
12-
__version__ = "1.0.5"
12+
__version__ = "1.1.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 = "1.0.5"
3+
version = "1.1.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)