ciren / cilib

Typesafe, purely functional Computational Intelligence
https://cilib.net
Apache License 2.0
124 stars 101 forks source link

Include MiMa in build definition #280

Closed gpampara closed 6 years ago

gpampara commented 6 years ago

The MiMa tool will be useful to track binary compatibility as more features are added.

gpampara commented 6 years ago

@filinep thanks. This tool basically compares the previous tag to the current commit/tag to see what differences there are. The idea here is that we don't want to introduce breaking changes without explicitly knowing that they are breaking changes.