We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent c2b2016 commit fd39eaeCopy full SHA for fd39eae
CHANGELOG.md
@@ -1,3 +1,8 @@
1
+# Version 0.4.2
2
+
3
+- Fixed a bug that can mark 2+ threads as a faulting thread (#26),
4
+- Added error annotations to the error reports (#27).
5
6
# Version 0.4.1
7
8
- Added support for annotations in the client API (#23),
setup.py
@@ -11,7 +11,7 @@
11
12
setup(
13
name="backtracepython",
14
- version="0.4.1",
+ version="0.4.2",
15
description="Backtrace.io error reporting tool for Python",
16
author="Backtrace.io",
17
author_email="team@backtrace.io",
0 commit comments