Skip to content

v1.2.0

Choose a tag to compare

@Cryptkeeper Cryptkeeper released this 30 Aug 20:21
· 11 commits to main since this release
499b4b6

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.h was merged so you must remove the include, but you likely weren't including it anyways
  • The library version macro, TF_VERSION has been renamed to TF_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