Skip to content

Commit

Permalink
Merge pull request #2977 from apalache-mc/release/0.45.4
Browse files Browse the repository at this point in the history
[release] 0.45.4
  • Loading branch information
konnov committed Sep 2, 2024
2 parents 485c41f + d605c0b commit 00d502a
Show file tree
Hide file tree
Showing 5 changed files with 12 additions and 4 deletions.
1 change: 0 additions & 1 deletion .unreleased/bug-fixes/2962-fix-trunc-smt-log

This file was deleted.

1 change: 0 additions & 1 deletion .unreleased/bug-fixes/2969-powset-expansion

This file was deleted.

1 change: 0 additions & 1 deletion .unreleased/features/rewrite.md

This file was deleted.

11 changes: 11 additions & 0 deletions CHANGES.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,17 @@
<!-- NOTE: This file is generated. Do not write release notes here.
Notes for unreleased changes go in the .unreleased/ directory. -->

## 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

## 0.45.3 - 2024-08-21

### Features
Expand Down
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.5-SNAPSHOT

0 comments on commit 00d502a

Please sign in to comment.