Releases: raiderrobert/ownrs
Releases · raiderrobert/ownrs
v0.1.5
v0.1.4
v0.1.3
0.1.3 (2026-03-26)
Features
- add --version flag to CLI (1d2095e)
- suggest likely owners for orphaned repos (82efed6)
- add --suggest flag with modes (missing, stale, partial) and auto-trigger for missing/stale (6a61c94)
- add --max-team-size and --exclude-team filters for suggestions (873f53d)
- add team membership fetching with caching (54ad63f)
- add team scoring engine for ownership suggestions (98e53c4)
- add commit and PR review activity fetching (2490092)
- display suggested owners in table and CSV output (90cfd61)
Bug Fixes
v0.1.2
v0.1.1
0.1.1 (2026-03-18)
Features
- add --strict flag to CLI and config (998cddc)
- add AdminOnly status, multi-team fields to RepoOwnership (779e9c6)
- add install script and improve README (528622f)
- add install.sh and improve README (0a9b50a)
- add per-repo admin team fetcher with caching (02e7b3b)
- add per-repo admin teams as third ownership signal (c097a8f)
- add percentage column to summary table (2c19122)
- add README, restore LICENSE and future use cases (7828a52)
- add release-please with macOS build pipeline (3a3d213)
- add release-please with macOS build pipeline (e8bc73d)
- add Required Notice and Licensor Line of Business to LICENSE (42d3d30)
- add spinners and live progress for network fetches (dfa3723)
- cache repo list with same 24h TTL (9c949bc)
- extract_teams returns all CODEOWNERS teams with dedup (d6bdc66)
- fetch admin teams alongside source files in fetcher (31aabe7)
- finalize v0 plan with BDD use cases, CLI design, and CI lifecycle (570af64)
- implement v0 CLI with full ownership reconciliation (1511004)
- implement v0 ownership reconciliation CLI (2bb8b75)
- initial project scaffold with implementation plan (e2986ac)
- three-source reconciliation with intersection and strict modes (216589c)
Bug Fixes
- apply cargo fmt formatting (22377ba)
- broaden Licensor Line of Business scope (eff89f3)
- convert LICENSE to plain text and add copyright notice (8d166d3)
- remove unused methods to silence warnings (bee002a)
Miscellaneous
- remove implementation plans from repo (be610a5)
- remove superpowers docs from repo (2a342d3)
- remove unused extract_team wrapper and repo_teams module (e403c50)
- update license required notice URL to personal site (f46602f)
Documentation
- add admin teams design spec from diverge-critique-converge bakeoff (4262dbd)