orogene

0.3.24 (2023-05-10)

v0.3.24 May 10 2023 at 05:26 UTC

Features

  • optional: ignore install script failures for truly optional dependencies (09fcc77d)
  • credentials: add support for parsing credentials (for later consumption) (59f0a11c)
  • telemetry: implement opt-in crash and usage telemetry (#262) (8d5e1f59)

Bug Fixes

  • apply: only update package.json on apply success (1e775ad0)
  • wasm: missed a spot again with wasm (c4fcb328)
  • wasm: again (b745c5bb)
  • docs: add --credentials to command docs (24b60124)
  • debug-log: stop printing ansi codes to debug log (3c1cd69f)
  • bin: semi-preserve file modes and make binaries executable (#259) (f01ed09d)
  • apply: fix regression where only hoisted linker was used (78f41202)
  • misc: fix a couple of straggler warnings (594081f4)

Documentation

  • readme: improvements to README (7b63b073)