Release 0.1.2
Fixed
- Fix PyPI version check false positives: use exact match instead of
grep -wto prevent partial version matching (e.g.0.2.0matching0.2.0.1) - Fix
sedRE error on macOS when detecting GitHub repo from git remote (BSD sed doesn't support non-greedy.+?)