Skip to content

Commit

Permalink
[release] 0.25.3
Browse files Browse the repository at this point in the history
  • Loading branch information
konnov committed May 20, 2022
1 parent fed8aee commit 72baae9
Show file tree
Hide file tree
Showing 2 changed files with 15 additions and 1 deletion.
14 changes: 14 additions & 0 deletions RELEASE.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,14 @@
## 0.25.3 - 2022-05-20

### Breaking changes

- Introduce dedicated exit codes for type-checking errors, parser errors, and evaluation errors (e.g., due to unsupported language constructs or operators), see #1749

### Features

- Support sound records (over rows) in the model checker, see #1717

### Bug fixes

- Fix potential non-determinism when picking from `[S -> T]`, see #1753
- Fix the bug in uninterpreted types, see #1792
2 changes: 1 addition & 1 deletion VERSION
Original file line number Diff line number Diff line change
@@ -1 +1 @@
0.25.3-SNAPSHOT
0.25.3

0 comments on commit 72baae9

Please sign in to comment.