Skip to content

0.13.4

Compare
Choose a tag to compare
@gibfahn gibfahn released this 01 Mar 19:00
· 87 commits to main since this release
3736018

0.13.4

0.13.4 (2023-03-01)

Bug Fixes

  • defaults: create defaults parent dir if it doesn't exist (3dea4f4)
  • generate: update to new serde yaml format (97625b0)
  • git: fix double-quoting in git_path log messages (c607fa4)
  • link: handle multiple link tasks cleaning backup dir in parallel (4216333)
  • tasks: require commas to separate multiple --task values (6f63932)

Features

  • run: add a --keep-going option for ignoring bootstrapping errors (dfb46a0)

Refactor

  • log: use tracing macros instead of log macros (c204f5f)
  • opts: switch from slog to tracing for logging (777d216)
  • rewrite .with_context() to .wrap_err_with() (ab10034)