Skip to content

v0.12.3

Compare
Choose a tag to compare
@vearutop vearutop released this 05 Jan 22:08
· 85 commits to main since this release
a6fef3f

Added

  • Automated binary releases with GitHub Actions (437 - vearutop)
  • Automated binary versioning with go install (437 - vearutop)
  • Module with local replace in examples (437 - vearutop)

Changed

  • Suggest to use go install instead of the deprecated go get to install the godog binary (449 - dmitris)

Fixed

  • After Scenario hook is called before After Step (444 - vearutop)
  • check-go-version in Makefile to run on WSL. (443 - mxygem)