Skip to content

Releases: TGPSKI/vanity

Release list

v0.2.1

Choose a tag to compare

@TGPSKI TGPSKI released this 04 Aug 03:56
v0.2.1
cd5caed

Changed

  • Tagline. "Home-grown model library management from a local talent agent"
    is now the hero line across the README, the guide, the package metadata, and
    vanity --help.
  • main no longer requires an approving review. On a solo-maintained repo a
    1-approval rule means every change needs gh pr merge --admin, which trains
    you to reach for the override reflexively — that erodes the protection more
    than lowering the count does. Pull requests, status checks, required
    signatures, and no-force-push all stay; code-owner review stays configured so
    it takes effect the moment a second maintainer exists.

Fixed

  • Test suite portability on Windows. Two path assertions compared against
    POSIX separators, and three cases stub git with a #!/bin/sh script that
    Windows cannot execute. The path assertions now render through Path; the
    stub-based cases are skipped there with the reason stated, since the argv
    construction they cover is platform-independent. Product code was not at
    fault — this was the Windows CI tier doing its job on its first run.

Full changelog: v0.2.0...v0.2.1