Skip to content

v0.3.0

Choose a tag to compare

@github-actions github-actions released this 23 Mar 19:14
531d390

0.3.0 (2026-03-23)

Features

  • add --check flag for dry-run status reporting (#8) (d6f8d8c), closes #2
  • add --help / -h flag with usage documentation (#18) (30f8228), closes #13
  • add --version / -v flag (#17) (dbec053), closes #14
  • add functional test suite with 47 tests (#16) (be6299a), closes #15
  • add op-env-scan for pre-commit secret leak detection (#11) (b057833), closes #3
  • add PR review framework v1.1 (4166142)
  • automated release workflow with release-please and docs-sync CI (#20) (e0a5159), closes #19
  • configurable template path via --tpl flag and OP_ENV_TPL env var (#6) (9932b16), closes #4
  • initial release of op-env (a0ca62d)
  • post PR review results as comment on every run (7ba8662)
  • report secret resolution count on launch (#9) (01e7b67), closes #5
  • validate all secrets resolved before launch (#12) (07c17e6), closes #1

Bug Fixes

  • B1 check now scans only added code lines, not comments or diff headers (f1973b7)
  • replace mapfile with while-read loops for macOS bash 3.2 compat (e76cd60)
  • scope B2 TTY check to bin/op-env only (c67bf47)