Skip to content

Commit

Permalink
[release] 0.40.1
Browse files Browse the repository at this point in the history
  • Loading branch information
shonfeder committed Jun 2, 2023
1 parent 412c930 commit cfaa377
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 1 deletion.
9 changes: 9 additions & 0 deletions RELEASE.md
Original file line number Diff line number Diff line change
@@ -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)
2 changes: 1 addition & 1 deletion VERSION
Original file line number Diff line number Diff line change
@@ -1 +1 @@
0.40.1-SNAPSHOT
0.40.1

0 comments on commit cfaa377

Please sign in to comment.