Skip to content

Releases: apalache-mc/apalache

v0.17.4

16 Nov 14:31
Compare
Choose a tag to compare

0.17.4

Features

  • Add --run-dir flag, enabling users to write outputs directly to a known and
    stable location, see #1081

v0.17.3

15 Nov 15:59
Compare
Choose a tag to compare

0.17.3

Features

  • Added sort-distinction for model values, see #570

Bug fixes

  • Fixed handling of polymorphic operators in folds, see #1085

v0.17.2

08 Nov 11:35
Compare
Choose a tag to compare

0.17.2

Bug fixes

  • Fix regression breaking --output file format detection in parser command, see
    #1079

v0.17.1

04 Nov 11:42
Compare
Choose a tag to compare

0.17.1

Bug fixes

  • Fix regression breaking behavior of --output flag, see #1072, #1073

v0.17.0

29 Oct 21:59
Compare
Choose a tag to compare

0.17.0

Features

  • Add smt-encoding option to CLI check command, see #1053
  • Added CLI and configuration interface for managing generated outputs, see #1025, #1036, #1062, #1065

v0.16.5

07 Oct 16:29
Compare
Choose a tag to compare

0.16.5

Bug fixes

  • Propagate constraints passed in --cinit, see #1023
  • Propagate constraints passed ASSUME, see #880

v0.16.4

05 Oct 16:36
Compare
Choose a tag to compare

0.16.4

v0.16.3

05 Oct 14:09
Compare
Choose a tag to compare

0.16.3

Bug fixes

  • Fix type checker to complain about polymorphism in the post phase, see #931

Features

  • Enumerated files containing intermediate module states, see #993

Delivery

  • Move docker containers to the GitHub container registry, see #1013

v0.16.2

27 Sep 18:10
Compare
Choose a tag to compare

0.16.2

Features

  • improve SMT encoding by removing unused let-definitions, see #995

Bug fixes

  • Fixed a bug caused by big numbers on annotations, see #990

v0.16.1

20 Sep 02:55
Compare
Choose a tag to compare

0.16.1

Bug fixes

  • Fixed a heisenbug caused by EXCEPT on records, which used unsorted keys, see #987
  • Fixed unsound skolemization that applied to let-definitions, see #985