Skip to content

v0.2.0

Latest

Choose a tag to compare

@github-actions github-actions released this 21 Jun 18:30
Immutable release. Only release title and notes can be modified.
3ce5b52

0.2.0 (2026-06-21)

⚠ BREAKING CHANGES

  • Remove update command and related documentation from README files
  • rename cmd check instead of filter

delete

  • Remove update command and related documentation from README files (f024756)

Features

  • add Version (bdd4dc8)
  • iinitをv2に。最大限の情報を残す方向に変更 (91587b8)
  • Implement Boy Scout Policy in check command (c874dbb)
  • include staged changes in Boy Scout diff detection (80f043e)
  • normalize baseline file paths to git repo root (f3da37d)
  • publish baseline v2 JSON Schema (ad91e61)
  • rename cmd check instead of filter (9d5e974)
  • store Boy Scout policy defaults in baseline config (e997275)
  • Update matcher and extractor to improve context handling and matching strategy (ef59c18)

Bug Fixes

  • increase bufio.Scanner buffer size to avoid token-too-long errors (70aa0d9)
  • preserve readable source_line in baseline JSON (477bb3c)
  • propagate Extract errors instead of creating empty-hash entries (1720b04)
  • validate lineNum in Extract and return error on invalid/out-of-range lines (406e64f)
  • スキーマの修正 (8f022a4)
  • プロジェクトルート外のファイル読み取りを防ぐ (b507c56)
  • 無制限のfallback matchを削除 (8ad3e77)

Released by GoReleaser.