Skip to content

Commit

Permalink
Merge pull request #3011 from apalache-mc/release/0.46.2
Browse files Browse the repository at this point in the history
[release] 0.46.2
  • Loading branch information
konnov authored Oct 2, 2024
2 parents 8c824b0 + c83d8db commit 26a0552
Show file tree
Hide file tree
Showing 4 changed files with 8 additions and 3 deletions.
1 change: 0 additions & 1 deletion .unreleased/bug-fixes/BogusSafetyViolationSubsetNat.md

This file was deleted.

1 change: 0 additions & 1 deletion .unreleased/bug-fixes/distinct-on-singleton.md

This file was deleted.

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

## 0.46.2 - 2024-10-02

### Bug fixes

- Do not produce `(distinct ...)` for singletons, see #3005
- Show note that expression is unsupported instead of reporting a counterexample claiming that e.g. `{42} \in SUBSET Nat` is false, see #2690

## 0.46.1 - 2024-09-24

### Features
Expand Down
2 changes: 1 addition & 1 deletion VERSION
Original file line number Diff line number Diff line change
@@ -1 +1 @@
0.46.2-SNAPSHOT
0.46.3-SNAPSHOT

0 comments on commit 26a0552

Please sign in to comment.