Skip to content

Commit

Permalink
[release] 0.25.8
Browse files Browse the repository at this point in the history
  • Loading branch information
shonfeder committed Jul 4, 2022
1 parent 11df56f commit 4c29121
Show file tree
Hide file tree
Showing 2 changed files with 16 additions and 1 deletion.
15 changes: 15 additions & 0 deletions RELEASE.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,15 @@
## 0.25.8 - 2022-07-04

### Features

- Add support for temporal properties, enabled via the `--temporal` flag, see #1815
- Support variants in the model checker with `--features=rows`, see #1870
- serialize variants to the ITF format, see #1898
- Annotate counterexample traces to improve readability of temporal properties, see #1823
- Replace PostTypeChecker pass with an additional predicate, see #1878

### Bug fixes

- Add support for checking temporal properties with primed expressions inside, see #1879
- Fixed inlining of nullary polymorphic operators, see #1880
- Fix crash with infinite sets in the arrays encoding, see #1802
2 changes: 1 addition & 1 deletion VERSION
Original file line number Diff line number Diff line change
@@ -1 +1 @@
0.25.8-SNAPSHOT
0.25.8

0 comments on commit 4c29121

Please sign in to comment.