Skip to content

Releases: startvibecoding/go-ripgrep

v0.0.4

26 Jun 12:21

Choose a tag to compare

vendor dependencies to prevent supply chain attacks

- Add vendor/ directory with golang.org/x/sys to version control
- Enforce -mod=vendor in Makefile (build, test, install)
- Update .gitignore: exclude .gocache/ and .gomodcache/
- Document vendor policy in AGENTS.md

v0.0.3

26 Jun 08:28

Choose a tag to compare

ci: add GitHub Actions CI and release workflows