v1.2.0
build.h (generated using CMake via build.h.in) has been stripped down and merged into tinyfseq.h. This enables people to use the library by simply including tinyfseq.h and tinyfseq.c into their project directly.
Breaking Changes
build.hwas merged so you must remove the include, but you likely weren't including it anyways- The library version macro,
TF_VERSIONhas been renamed toTF_LIB_VERSION - The error string strip logic has been improved and is backwards compatible, but it is worth double-checking your usage against the updated documentation