godog v0.12.3 Release Notes

  • โž• 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)