Skip to content

Releases: fatemender/boolector-sys

0.7.2

26 Feb 13:38
Compare
Choose a tag to compare

This version fixes a build issue when using vendor-lgl. Thanks to @yeggor for the contribution!

0.7.1

25 Nov 11:25
Compare
Choose a tag to compare

This version updates the generated Boolector bindings to version to 3.2.2.

0.7.0

24 Nov 11:57
Compare
Choose a tag to compare

This version updates bundled Boolector version to 3.2.2 and fixes build issues on newer GCC versions when using the vendor-lgl feature.

0.6.3

21 Jan 13:31
Compare
Choose a tag to compare

This version fixes another vendored build issue with 0.6.1 (and 0.6.2). Thanks to @ChristianMoesl for the contribution!

0.6.1

04 Dec 11:40
Compare
Choose a tag to compare

This version fixes a vendored build issue with 0.6.0.

0.6.0

30 Nov 13:48
a326eb8
Compare
Choose a tag to compare

This version adds support for vendored static Boolector builds on Linux and other UNIX-like platforms. Thanks to @finga for the contribution!

0.5.0

27 Jul 21:46
Compare
Choose a tag to compare

This version updates Boolector to version 3.2.1. Thanks to @inspier for the PR!

0.3.1

16 Sep 13:35
Compare
Choose a tag to compare

This version updates the boolector submodule to commit b9827374 and regenerates the bindings appropriately. This results in adding two new functions to the bindings.

0.3.0

10 Sep 09:45
Compare
Choose a tag to compare

This update makes the dump and parse functions use libc::FILE. Thanks to @cdisselkoen for the PR!

0.2.0

21 May 16:35
45b39c4
Compare
Choose a tag to compare

This update uses pregenerated bindings for Boolector instead of invoking bindgen from build.rs.