Skip to content

Commit

Permalink
Merge pull request #52 from richpsharp/release/0.10.2
Browse files Browse the repository at this point in the history
Release/0.10.2
  • Loading branch information
dcdenu4 authored Dec 11, 2020
2 parents d8e4feb + 9d5fd73 commit e565dc8
Showing 1 changed file with 6 additions and 3 deletions.
9 changes: 6 additions & 3 deletions HISTORY.rst
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,12 @@
TaskGraph Release History
=========================

0.10.2 (2020-12-11)
-------------------
* Fixed an issue that would raise an exception when `__del__` was
deconstructing a taskgraph object and a thread ``join()`` would cause a
deadlock.

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

0.10.0 (2020-08-25)
-------------------
Expand Down

0 comments on commit e565dc8

Please sign in to comment.