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