Skip to content

Commit

Permalink
Prepare 1.4.3 release
Browse files Browse the repository at this point in the history
  • Loading branch information
ndelon committed Feb 16, 2020
1 parent a0399d0 commit 081acbd
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 1 deletion.
9 changes: 9 additions & 0 deletions CHANGELOG.md
@@ -1,3 +1,12 @@
# 1.4.3 (2020-02-16)

- **ReportPortal**: do not send steps and setup/teardown results to ReportPortal if they are empty
- Fix logging in a new thread when no explicit step has been set
- **under the hood**:
- hold events related to step and setup/teardown in to order to avoid empty steps
and empty results as soon as possible in the event processing chain
- put ReportPortal reporting backend under unit tests

# 1.4.2 (2020-02-09)

- Fix exponential tests running time when dealing with very large test suites (thousands of tests)
Expand Down
2 changes: 1 addition & 1 deletion lemoncheesecake/__init__.py
@@ -1,3 +1,3 @@
VERSION_INFO = (1, 4, 2)
VERSION_INFO = (1, 4, 3)

__version__ = '.'.join(map(str, VERSION_INFO))

0 comments on commit 081acbd

Please sign in to comment.