Skip to content

Commit e565dc8

Browse files
authored
Merge pull request #52 from richpsharp/release/0.10.2
Release/0.10.2
2 parents d8e4feb + 9d5fd73 commit e565dc8

File tree

1 file changed

+6
-3
lines changed

1 file changed

+6
-3
lines changed

HISTORY.rst

Lines changed: 6 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,12 @@
44
TaskGraph Release History
55
=========================
66

7+
0.10.2 (2020-12-11)
8+
-------------------
9+
* Fixed an issue that would raise an exception when `__del__` was
10+
deconstructing a taskgraph object and a thread ``join()`` would cause a
11+
deadlock.
12+
713
0.10.1 (2020-12-11)
814
-------------------
915
* Fixed an issue that would ignore the state of a ``transient_run`` flag if
@@ -14,9 +20,6 @@ TaskGraph Release History
1420
Relevant information about why the database update fails is logged.
1521
* Fixed an issue where the logging queue would always report an exception
1622
even if the logging thread shut down correctly.
17-
* Fixed an issue that would raise an exception when `__del__` was
18-
deconstructing a taskgraph object and a thread ``join()`` would cause a
19-
deadlock.
2023

2124
0.10.0 (2020-08-25)
2225
-------------------

0 commit comments

Comments
 (0)