Skip to content

v9.0.3

Compare
Choose a tag to compare
@sklein94 sklein94 released this 18 Mar 08:18
· 43 commits to develop since this release
v9.0.3
4ced461

Changed

  • Pick up mockery version when the version was defined before including mocks.mk
    • it is no longer necessary to set the version variable MOCKERY_VERSION after including mocks.mk. Instead the variable can be overwritten before the include.

Fixed

  • Update Mockery to v2.42.1 to avoid error messages during mock generation [#176]
    • these error messages occurred only with very recent Golang versions like Go 1.22. No errors were shown with Go 1.21