Skip to content

Commit

Permalink
[release] 0.45.4
Browse files Browse the repository at this point in the history
  • Loading branch information
konnov committed Sep 2, 2024
1 parent 485c41f commit 99508e4
Show file tree
Hide file tree
Showing 2 changed files with 11 additions and 1 deletion.
10 changes: 10 additions & 0 deletions RELEASE.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,10 @@
## 0.45.4 - 2024-09-02

### Features

- Handle expressions such as S \in SUBSET T in ExprOptimizer by rewriting the expression into \A r \in S: r \in T

### Bug fixes

- Better error reporting for hitting the limits of `SUBSET` expansion, see #2969
- Fix truncation of SMT logs, see #2962
2 changes: 1 addition & 1 deletion VERSION
Original file line number Diff line number Diff line change
@@ -1 +1 @@
0.45.4-SNAPSHOT
0.45.4

0 comments on commit 99508e4

Please sign in to comment.