Skip to content

0.12.0: build(release): skip cargo publishing as we have git deps

Compare
Choose a tag to compare
@gibfahn gibfahn released this 24 Oct 15:38
· 202 commits to main since this release
13be4db

0.12.0

0.12.0 (2021-10-24)

Features

  • defaults:
    • support maps and arrays in defaults, restructure up dir (217d055b)
    • add a defaults print command (3222a369)

Bug Fixes

  • defaults:
    • skip defaults and its tests on non-Darwin systems (5c2d0d7a)
    • check for container/sandbox app preferences (71e71676)
    • continue on defaults errors (122bdb19)
  • logging:
    • further reduce always run info logging (296c96b7)
    • change initial info log level to debug (74e8691c)
  • tasks: return TaskStatus::Skipped if we didn't do any work (ae8d2a2d)