Skip to content

v2.4.1-rc-0-g3543417

Pre-release
Pre-release
Compare
Choose a tag to compare
@github-actions github-actions released this 13 Apr 18:45
· 51 commits to master since this release
v2.4.1-rc
Version 2.4.1, release candidate

* Fix: compiling tests with link-time-optimization no longer causes
  the tests to not get detected and run.
* Fix: theories now correctly iterate through the argument matrix. This
  manifested as theories running the expected number of times, but
  always using the first possible combination of parameters.
* Fix: fixed leak due to not calling git_libgit2_shutdown. This should
  appease valgrind and the address sanitizer.