Skip to content

Commit

Permalink
chore(release): bump version
Browse files Browse the repository at this point in the history
  • Loading branch information
TheKevJames committed Apr 29, 2024
1 parent 44e9563 commit ba25cca
Show file tree
Hide file tree
Showing 4 changed files with 33 additions and 12 deletions.
30 changes: 30 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,33 @@
<a name="4.0.0"></a>
## 4.0.0 (2024-04-29)

#### BREAKING CHANGES

When ``config.ignore_errors`` is Falsey, failures to parse Pyhton files or
look up file sources will now interrupt and early exit collection, which
matches default ``coverage`` behaviour. Previously, we had manually muted
these errors and/or only errored after collecting multiple failures.

#### Features

* support ``pyproject.toml`` packages by default (via ``coverage[toml]``) ([962e2242](962e2242))
* add ``python-coveralls`` entrypoint ([3d8d56e4](3d8d56e4))

#### Bug Fixes

* fixup default support for Github Actions (#427, #385) ([44e95634](44e95634)) -- thanks @andy-maier
* fail and report on *all* errors, not just those derived from ``CoverallsException`` ([be446287](be446287))

#### Internal

* support ``coverage`` v7.0 - v7.4 ([8fb36645](8fb36645))
* support Python 3.11 and 3.12 ([8dbce919](8dbce919))
* fixup docs for tox v3 and v4 support (#371) ([05bb20d8](05bb20d8)) -- thanks @masonf
* drop support for Python3.7 and below
* drop support for ``coverage`` v4.x ([752f52a0](752f52a0))
* auto-build and publish ``docker`` images
* refactor: more closely match ``coverage`` public interface (#421)

<a name="3.3.1"></a>
## 3.3.1 (2021-11-11)

Expand Down
2 changes: 2 additions & 0 deletions docs/release.rst
Original file line number Diff line number Diff line change
Expand Up @@ -20,6 +20,8 @@ Conda should automatically create a PR on their `coveralls-feedstock`_ shortly w
#. Comment on your own PR with: "@conda-forge-admin, please rerender".
#. Merge along with the automated commit from Conda.

Note that the ``clog`` command comes from ``cargo install clog-cli``.

.. _GitHub release: https://github.com/TheKevJames/coveralls-python/releases/new
.. _coveralls-feedstock: https://github.com/conda-forge/coveralls-feedstock
.. _coveralls: https://pypi.org/project/coveralls/
Expand Down
11 changes: 0 additions & 11 deletions poetry.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[tool.poetry]
name = "coveralls"
version = "3.4.0a1"
version = "4.0.0"
description = "Show coverage stats online via coveralls.io"
readme = "README.rst"

Expand Down

0 comments on commit ba25cca

Please sign in to comment.