From 99508e467ca6c82d9fce6d88f142642e20f59778 Mon Sep 17 00:00:00 2001 From: konnov Date: Mon, 2 Sep 2024 13:45:47 +0000 Subject: [PATCH] [release] 0.45.4 --- RELEASE.md | 10 ++++++++++ VERSION | 2 +- 2 files changed, 11 insertions(+), 1 deletion(-) create mode 100644 RELEASE.md diff --git a/RELEASE.md b/RELEASE.md new file mode 100644 index 0000000000..77185e7381 --- /dev/null +++ b/RELEASE.md @@ -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 diff --git a/VERSION b/VERSION index 94212986a1..ac8f038e0e 100644 --- a/VERSION +++ b/VERSION @@ -1 +1 @@ -0.45.4-SNAPSHOT +0.45.4