Releases: apalache-mc/apalache
Releases · apalache-mc/apalache
v0.17.4
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
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
0.17.2
Bug fixes
- Fix regression breaking
--output
file format detection in parser command, see
#1079
v0.17.1
0.17.1
Bug fixes
- Fix regression breaking behavior of
--output
flag, see #1072, #1073
v0.17.0
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
0.16.5
Bug fixes
- Propagate constraints passed in --cinit, see #1023
- Propagate constraints passed ASSUME, see #880
v0.16.3
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
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
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