From cfaa37792a7febcc754f93b1218a9eac47d7d955 Mon Sep 17 00:00:00 2001 From: shonfeder Date: Fri, 2 Jun 2023 21:48:21 +0000 Subject: [PATCH] [release] 0.40.1 --- RELEASE.md | 9 +++++++++ VERSION | 2 +- 2 files changed, 10 insertions(+), 1 deletion(-) create mode 100644 RELEASE.md diff --git a/RELEASE.md b/RELEASE.md new file mode 100644 index 0000000000..79c566dab6 --- /dev/null +++ b/RELEASE.md @@ -0,0 +1,9 @@ +## 0.40.1 - 2023-06-02 + +### Features + +- Membership tests between records and type-defining sets in `TypeOk` operators are now simplified to `TRUE`. This uses static type information to reduce the costs of verifying specs containing checks of the form `TypeOk == rec \in [name_1: S1, ..., name_n: Sn]`. (See #723) + +### Bug fixes + +- Quint `run` declarations are now ignored, allow verification of quint specs including those definitions. (See #2572) diff --git a/VERSION b/VERSION index 708f26c718..d0a1915431 100644 --- a/VERSION +++ b/VERSION @@ -1 +1 @@ -0.40.1-SNAPSHOT +0.40.1