Skip to content

Commit

Permalink
Merge pull request #3049 from apalache-mc/release/0.47.1
Browse files Browse the repository at this point in the history
[release] 0.47.1
  • Loading branch information
konnov authored Dec 16, 2024
2 parents 1c12ee4 + 5c3fa9a commit f530399
Show file tree
Hide file tree
Showing 6 changed files with 10 additions and 5 deletions.
1 change: 0 additions & 1 deletion .unreleased/bug-fixes/quint-nullary-operators.md

This file was deleted.

1 change: 0 additions & 1 deletion .unreleased/bug-fixes/quint-to-tla-transpilation.md

This file was deleted.

1 change: 0 additions & 1 deletion .unreleased/bug-fixes/sany-tmpdir.md

This file was deleted.

1 change: 0 additions & 1 deletion .unreleased/bug-fixes/source-tracking-in-vcgen.md

This file was deleted.

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

## 0.47.1 - 2024-12-16

### Bug fixes

- Fixed a few problems on parsing Quint and pretty printing TLA, see #3041
- Add extra protection against the SANY race conditions on the filesystem, see #3046
- Fix source tracking in `VCGenerator` to avoid spurious diagnostic messages, see #3010
- Fix a problem when translating Quint nullary operators used polymorphically, see #3044

## 0.47.0 - 2024-10-02

### Breaking changes
Expand Down
2 changes: 1 addition & 1 deletion VERSION
Original file line number Diff line number Diff line change
@@ -1 +1 @@
0.47.1-SNAPSHOT
0.47.2-SNAPSHOT

0 comments on commit f530399

Please sign in to comment.