v0.9.3
- Add extra error class for "unknown" (==unhandled) errors
- Wrap
run
function and have it optionally raise unhandled exceptions asTreeTimeUnknownError
.
This is mainly done to improve interaction withaugur
that usesTreeTime
internals as a library.
(both by @anna-parker with input from @victorlin)