Skip to content

Commit

Permalink
Bump version and changelog for release
Browse files Browse the repository at this point in the history
  • Loading branch information
sirosen committed May 7, 2024
1 parent 1e331db commit e4b2553
Show file tree
Hide file tree
Showing 2 changed files with 11 additions and 1 deletion.
10 changes: 10 additions & 0 deletions docs/changelog.rst
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,16 @@ testsuites.
Unreleased
----------

0.14.2 (2024-05-07)
-------------------

* For the coverage plugin, add a config option, ``coverage-combine``, which
defaults to ``False``. When set, this config invokes a ``coverage combine``
step before reporting results, regardless of whether or not multiprocessing
was used to run tests. This allows reporting of coverage results via the
plugin on testsuites which invoke subprocesses. Thanks to :user:`JCHacking`
for the PR! (:pr:`601`)

0.14.1 (2024-01-28)
-------------------

Expand Down
2 changes: 1 addition & 1 deletion nose2/__init__.py
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
from nose2.main import discover, main

__version__ = "0.14.1"
__version__ = "0.14.2"

__all__ = ("__version__", "discover", "main")

0 comments on commit e4b2553

Please sign in to comment.