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 Nov 4, 2021
1 parent 95ac8a6 commit e03a2de
Show file tree
Hide file tree
Showing 2 changed files with 17 additions and 1 deletion.
16 changes: 16 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,19 @@
<a name="3.3.0"></a>
## 3.3.0 (2021-11-04)

#### Features

* **cli:** add --srcdir option (#306) ([4120c540](4120c540))
* **deps:** add support for coverage v6.x (#330) ([372443dc](372443dc), closes [#326](326))

Note this implicitly improves support for Python 3.10, as coverage v6.x includes some fixes for v3.10 of Python.

#### Bug Fixes

* **env:** fixup handling of default env service values (#314) ([1a0fd9b3](1a0fd9b3), closes [#303](303))

This solves some edge cases around duplicated / unmerged coverage results in parallel runs.

<a name="3.2.0"></a>
## 3.2.0 (2021-07-20)

Expand Down
2 changes: 1 addition & 1 deletion coveralls/version.py
Original file line number Diff line number Diff line change
@@ -1 +1 @@
__version__ = '3.2.0'
__version__ = '3.3.0'

0 comments on commit e03a2de

Please sign in to comment.