Skip to content

Releases: fatemender/bitwuzla-sys

0.8.0

25 Jun 10:00

Choose a tag to compare

This release updates Bitwuzla to version 0.8.0.

Thanks to @ivajon for the contribution!

0.7.0

03 Apr 15:32

Choose a tag to compare

This release updates Bitwuzla to version 0.7.0, and additionally:

  • fixes build on macOS;
  • fixes build wrt libgmp:
    • when GMP is not available under pkg-config, emit a useful error message that blames lack of GMP, rather than one that blames the version of meson;
    • when GMP is available under pkg-config, link to that version rather than the nonexistent one under the meson build directory.

Thanks to @reinerp for the contributions!

0.5.1

09 Jul 17:08

Choose a tag to compare

This release changes the static vendored build to have an additional step of merging static archives together. This should fix link issues.

0.5.0

05 Jul 11:04

Choose a tag to compare

This release updates Bitwuzla to version 0.5.0. There are breaking API changes.

0.2.0

26 Jul 10:42

Choose a tag to compare

This release removes redundant prefixes from enum names in generated bindings, e.g. BitwuzlaBVBase_BITWUZLA_BV_BASE_BIN becomes simply BITWUZLA_BV_BASE_BIN. This is an API-breaking change.

Thanks to @Mrmaxmeier for the contribution!

0.1.1

25 Nov 17:18

Choose a tag to compare

This releases fixes a link-time error in vendored builds.

0.1.0

25 Nov 12:04

Choose a tag to compare

Initial release.