chore: bump version 0.3.3 → 0.4.0 #123

Merged
altair823 merged 1 commits from chore/bump-v0.4.0 into main 2026-05-09 03:35:54 +00:00
Owner

fb-32 (per-hit + per-citation freshness indicators) 머지에 따라 minor bump.

변경

  • workspace Cargo.toml version: 0.3.3 → 0.4.0
  • Cargo.lock 자동 갱신

bump 사유

fb-32 가 search_hit.v1 / citation.v1required 배열에 필드 두 개 (indexed_at, stale) 를 추가. additive minor 로 분류했지만 strict JSON Schema validator 기준 pre-fb-32 payload 가 invalid 가 되는 wire-policy edge case 라 minor bump (HOTFIXES 2026-05-09 — p9-fb-32 항목 참조).

후속

PR 머지 직후 gitea-release v0.4.0 --auto-notes 실행.

fb-32 (per-hit + per-citation freshness indicators) 머지에 따라 minor bump. ## 변경 - workspace `Cargo.toml` version: 0.3.3 → 0.4.0 - `Cargo.lock` 자동 갱신 ## bump 사유 fb-32 가 `search_hit.v1` / `citation.v1` 의 `required` 배열에 필드 두 개 (`indexed_at`, `stale`) 를 추가. additive minor 로 분류했지만 strict JSON Schema validator 기준 pre-fb-32 payload 가 invalid 가 되는 wire-policy edge case 라 minor bump (HOTFIXES 2026-05-09 — p9-fb-32 항목 참조). ## 후속 PR 머지 직후 `gitea-release v0.4.0 --auto-notes` 실행.
altair823 added 1 commit 2026-05-09 03:33:53 +00:00
fb-32 머지로 wire schema 가 search_hit.v1 / citation.v1 의 required
필드를 두 개 (indexed_at, stale) 확장 — additive minor 로 분류했지만
strict validator 입장에서는 한 번 깨진 셈이라 minor bump.

surface 변경 (사용자 도그푸딩 영향):
- 모든 search hit / RAG citation 의 wire JSON 에 indexed_at (RFC3339) +
  stale (bool) 두 필드 추가
- CLI plain 출력 — stale doc 의 doc_path 옆에 [stale] tag (TTY = 노란색)
- TUI Search/Inspect/Ask pane — stale doc 의 doc_path 좌측에 [STALE] 배지
  (Theme::Warning role)
- config.toml [search] stale_threshold_days 신규 (default 30, 0 = 비활성)
- env KEBAB_SEARCH_STALE_THRESHOLD_DAYS

Co-Authored-By: Claude Opus 4.7 (1M context) <noreply@anthropic.com>
altair823 merged commit 877ad18f34 into main 2026-05-09 03:35:54 +00:00
altair823 deleted branch chore/bump-v0.4.0 2026-05-09 03:36:13 +00:00
Sign in to join this conversation.
No Reviewers
No Label
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: altair823-org/kebab#123