Skip to content

Releases: maxgio92/wgrep

v0.1.0

28 Jun 16:04
489e19b
Compare
Choose a tag to compare

v0.1.0 release is out!

Install with Go

go install github.com/maxgio92/wgrep@v0.1.0

Run in container

Verify the signature with Cosign:

cosign verify \
  --certificate-identity-regexp "github.com/maxgio92" \
  --certificate-oidc-issuer "https://token.actions.githubusercontent.com" \
  ghcr.io/maxgio92/wgrep:0.1.0

Pull the image:

docker pull ghcr.io/maxgio92/wgrep:0.1.0

Changelog

  • 489e19b chore: update github release header
  • b8b97b6 ci: update github actions
  • 8278de5 ci: upgrade linter and fix test imports
  • 65a7e94 docs: document flags and use case
  • 5483e77 feat: add include filter
  • dec73c0 initial commit
  • 8394a49 refactor: bind loglvel to verbosity