Skip to content

Releases: form3tech-oss/go-ci-fuzz

v0.1.3

04 Mar 09:48
2b38b41
Compare
Choose a tag to compare

Changelog

  • 7a07292 Merge pull request #5 from form3tech-oss/tb-update-docs-after-release-0.1.2
  • 2b38b41 Merge pull request #6 from form3tech-oss/tb-update-dependent-action
  • b92b1b3 Update action.yml
  • 6791129 chore: removed typo
  • e5e3e2d chore: updated docs after recent release 0.1.2
  • a7f9425 chore: updated docs before making a next release

v0.1.2

01 Mar 14:12
196db17
Compare
Choose a tag to compare

Changelog

  • 196db17 Merge pull request #4 from form3tech-oss/tb-sha-versioning
  • ca66b7f Update ci/github-actions/fuzz/action.yml
  • 933743b fix: use sha versioning for upload-artifact

v0.1.1

28 Nov 09:29
dd4d153
Compare
Choose a tag to compare

Changelog

  • dd4d153 Merge pull request #3 from form3tech-oss/fix/version-formatting
  • 17ed2e8 chore: bump version to 0.1.1
  • 711e1cc fix: fix format expression in GitHub action

v0.1.0

27 Nov 13:56
8df8459
Compare
Choose a tag to compare

Changelog

  • d62e27e Initial Commit
  • 35d05dc Initial commit
  • 3ceb751 Merge pull request #1 from form3tech-oss/terraform-provider-codeowners-1700749029103655296
  • 8df8459 Merge pull request #2 from form3tech-oss/initial-commit
  • bc60031 [skip ci] Adding CODEOWNERS file
  • 77f9b0e chore: adjust README
  • dbd626f chore: extract the context from cobra.Command, pass the ctx to Fuzz() func
  • ead4f40 chore: get rid of manual TempDir creation in favor of t.TempDir()
  • 9f3bf15 chore: move Project struct to fuzz.go
  • 79c2a9d chore: rename TestTarget to Target
  • fab511e chore: reword Long command description in the root command
  • 102a436 chore: use filepath.Rel instead of strings.StripPrefix when constructing relative corpus dir
  • 9fabb1b feat: lookup go in PATH before executing to be able to bail out early and provide useful information