Skip to content

Commit

Permalink
Bump version to 0.45.5-SNAPSHOT
Browse files Browse the repository at this point in the history
  • Loading branch information
konnov committed Sep 2, 2024
1 parent 99508e4 commit d605c0b
Show file tree
Hide file tree
Showing 6 changed files with 12 additions and 14 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
10 changes: 0 additions & 10 deletions RELEASE.md

This file was deleted.

2 changes: 1 addition & 1 deletion VERSION
Original file line number Diff line number Diff line change
@@ -1 +1 @@
0.45.4
0.45.5-SNAPSHOT

0 comments on commit d605c0b

Please sign in to comment.