From 72baae91f029db4b356077bd073ec5620a0f2d2b Mon Sep 17 00:00:00 2001 From: konnov Date: Fri, 20 May 2022 17:23:54 +0000 Subject: [PATCH] [release] 0.25.3 --- RELEASE.md | 14 ++++++++++++++ VERSION | 2 +- 2 files changed, 15 insertions(+), 1 deletion(-) create mode 100644 RELEASE.md diff --git a/RELEASE.md b/RELEASE.md new file mode 100644 index 0000000000..891f846571 --- /dev/null +++ b/RELEASE.md @@ -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 diff --git a/VERSION b/VERSION index 26765a2c5c..3d9dcb1ba9 100644 --- a/VERSION +++ b/VERSION @@ -1 +1 @@ -0.25.3-SNAPSHOT +0.25.3