v0.7.3
v0.7.3: Error handling for bmd and dependency update
🐛 Bug fixes
- Fix
bmderror handling to exit with non-zero code when commands fail - Previously,bmdwould always exit with code 0 even when embedded commands failed, breaking shell scripts usingset -e - Print stderr to stderr when commands fail (when
include_stderr=False, the default) - Aligns
bmderror handling withmdcmdimprovements from v0.7.2
📦 Dependencies
- Bump
utzrequirement to>=0.21.4(includes additional fixes for process handling)
This release completes the error handling improvements started in v0.7.2 by applying the same fixes to the bmd, bmdf, bmdff, and bmdfff commands.
Full Changelog: v0.7.2...v0.7.3