Releases: apalache-mc/apalache
Releases · apalache-mc/apalache
v0.44.0
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
0.43.0 - 2023-09-18
Features
-
- Revise the ITF format: Use only
{ "#bigint": "num" }
, even for small integers`
v0.42.0
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
0.41.3 - 2023-08-02
Bug fixes
- Fixed a bug when decoding certain record types, see #2684
v0.41.0
0.41.0 - 2023-07-20
Breaking changes
- Fixed deserialization of large Quint integer values, see #2654
v0.40.7
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
0.40.6 - 2023-07-04
Bug fixes
- Fix an issue with translating Quint type variables, see #2629
v0.40.5
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
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