Skip to content

Releases: raiderrobert/ownrs

v0.1.5

22 Apr 15:40
355750f

Choose a tag to compare

0.1.5 (2026-04-20)

Features

Bug Fixes

  • use proper octocrab error type matching for admin teams 403/404 (#20) (28545a5)

v0.1.4

26 Mar 22:42
4e47995

Choose a tag to compare

0.1.4 (2026-03-26)

Features

  • refine --suggest modes and add README docs (#18) (080b4dd)

v0.1.3

26 Mar 22:19
b6d8051

Choose a tag to compare

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

  • format code for rustfmt (4cf426b)
  • improve error reporting and PR pagination (3e4ddab)
  • group suggestion flags under help heading (8021f64)

v0.1.2

26 Mar 15:55
3775f20

Choose a tag to compare

0.1.2 (2026-03-26)

Features

  • auto-detect GitHub token from gh CLI (5371268)
  • auto-detect GitHub token from gh CLI and hide token in help (a304ba6)

Bug Fixes

  • format bail! to satisfy rustfmt (a05ba31)
  • format remaining bail! call for rustfmt (0886cda)

v0.1.1

18 Mar 22:01
44039ac

Choose a tag to compare

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)