Skip to content

Commit e03a2de

Browse files
committed
chore(release): bump version
1 parent 95ac8a6 commit e03a2de

File tree

2 files changed

+17
-1
lines changed

2 files changed

+17
-1
lines changed

CHANGELOG.md

Lines changed: 16 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,19 @@
1+
<a name="3.3.0"></a>
2+
## 3.3.0 (2021-11-04)
3+
4+
#### Features
5+
6+
* **cli:** add --srcdir option (#306) ([4120c540](4120c540))
7+
* **deps:** add support for coverage v6.x (#330) ([372443dc](372443dc), closes [#326](326))
8+
9+
Note this implicitly improves support for Python 3.10, as coverage v6.x includes some fixes for v3.10 of Python.
10+
11+
#### Bug Fixes
12+
13+
* **env:** fixup handling of default env service values (#314) ([1a0fd9b3](1a0fd9b3), closes [#303](303))
14+
15+
This solves some edge cases around duplicated / unmerged coverage results in parallel runs.
16+
117
<a name="3.2.0"></a>
218
## 3.2.0 (2021-07-20)
319

coveralls/version.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
__version__ = '3.2.0'
1+
__version__ = '3.3.0'

0 commit comments

Comments
 (0)