This is a bug-fix release, back-porting fixes from v0.7, which does not introduce any new backwards-incompatible features. It fixes a bug where the ledger could be written to the wrong location when the working directory changed during a monitor run, ensures that failures in post-monitor hooks are logged rather than silently swallowed, and corrects asimov apply --update to robustly handle productions stored with null or variably-structured metadata.

Breaking changes

This release is not believed to introduce any backwards-incompatible changes.

Merges

  • ligo!179: Back-ports fixes from v0.7 to stabilise ledger path handling, improve post-monitor hook error reporting, and fix asimov apply --update for productions with null or variable metadata structures.