Skip to content

v0.7.3

Choose a tag to compare

@github-actions github-actions released this 24 Nov 17:11
· 5 commits to main since this release

v0.7.3: Error handling for bmd and dependency update

🐛 Bug fixes

  • Fix bmd error handling to exit with non-zero code when commands fail - Previously, bmd would always exit with code 0 even when embedded commands failed, breaking shell scripts using set -e
  • Print stderr to stderr when commands fail (when include_stderr=False, the default)
  • Aligns bmd error handling with mdcmd improvements from v0.7.2

📦 Dependencies

  • Bump utz requirement 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

Commits

  • 88e4ccf Update uv.lock with v0.7.2
  • 38da6d4 Fix bmd error handling: exit non-zero and print stderr on failure
  • a4f71a8 Bump utz requirement to >=0.21.4
  • e6867cb v0.7.3