Skip to content

Releases: apalache-mc/apalache

v0.44.0

23 Oct 16:22
Compare
Choose a tag to compare

0.44.0 - 2023-10-23

Breaking changes

  • Removed the (unused) --nworkers flag, see #2275

Bug fixes

  • Continue simulation on SMT timeout in enabledness check, see #2758

v0.43.0

18 Sep 15:39
Compare
Choose a tag to compare

0.43.0 - 2023-09-18

Features

    • Revise the ITF format: Use only { "#bigint": "num" }, even for small integers`

v0.42.0

21 Aug 14:34
Compare
Choose a tag to compare

0.42.0 - 2023-08-21

Breaking changes

  • Update Quint deserialization for compatibility with version > 0.13.0, see #2696

Bug fixes

  • Fix a bug with decoding unconstrained model values of uninterpreted types.

v0.41.3

02 Aug 20:54
Compare
Choose a tag to compare

0.41.3 - 2023-08-02

Bug fixes

  • Fixed a bug when decoding certain record types, see #2684

v0.41.2

24 Jul 14:03
Compare
Choose a tag to compare

0.41.2 - 2023-07-24

v0.41.0

20 Jul 16:48
Compare
Choose a tag to compare

0.41.0 - 2023-07-20

Breaking changes

  • Fixed deserialization of large Quint integer values, see #2654

v0.40.7

06 Jul 17:02
Compare
Choose a tag to compare

0.40.7 - 2023-07-06

Bug fixes

  • Fix a bug when translating certain Quint tuple types, see #2634
  • Fix a typing issue when translating Quint name expressions, see #2635

v0.40.6

04 Jul 12:53
Compare
Choose a tag to compare

0.40.6 - 2023-07-04

Bug fixes

  • Fix an issue with translating Quint type variables, see #2629

v0.40.5

01 Jul 00:06
Compare
Choose a tag to compare

0.40.5 - 2023-06-30

Bug fixes

  • Increase max inbound gRPC message size, see #2623
  • Fix Quint translation of Nat and Int, see #2621

v0.40.4

23 Jun 16:03
Compare
Choose a tag to compare

0.40.4 - 2023-06-23

Bug fixes

  • Fixed a bug in pointer propagation, where sets cherrypicked from a powerset would always have the exact same pointers as the base set, instead of some subset thereof (though SMT constraints were added correctly). This broke counterexample reconstruction. See #2606
  • Fix translation of nested/shadowed "_" Quint lambda parameters, see #2608