Skip to content

Release 0.1.2

Choose a tag to compare

@tercel tercel released this 14 Feb 08:50
· 39 commits to main since this release

Fixed

  • Fix PyPI version check false positives: use exact match instead of grep -w to prevent partial version matching (e.g. 0.2.0 matching 0.2.0.1)
  • Fix sed RE error on macOS when detecting GitHub repo from git remote (BSD sed doesn't support non-greedy .+?)