Skip to content

Commit

Permalink
Merge pull request #2893 from informalsystems/release/0.44.11
Browse files Browse the repository at this point in the history
[release] 0.44.11
  • Loading branch information
bugarela committed May 6, 2024
2 parents d5dd0ad + 71e902f commit 99b93bb
Show file tree
Hide file tree
Showing 6 changed files with 13 additions and 5 deletions.
1 change: 0 additions & 1 deletion .unreleased/bug-fixes/fold-let-extraction.md

This file was deleted.

1 change: 0 additions & 1 deletion .unreleased/bug-fixes/sanitize-bindings.md

This file was deleted.

1 change: 0 additions & 1 deletion .unreleased/bug-fixes/slice-to-replaceAt.md

This file was deleted.

1 change: 0 additions & 1 deletion .unreleased/features/compilation-type-annotations.md

This file was deleted.

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

## 0.44.11 - 2024-05-06

### Features

- TLA+ modules produced by the Shai command `TLA` now include type annotations (#2891)

### Bug fixes

- Fixed a problem where folds produced by the Shai command `TLA` had an invalid form and could not be parsed back (#2891)
- Fixed a problem where bindings from exists and forall operators where not properly sanitized before printing (#2891)
- Fixed a problem where translation from `slice` to `replaceAt` added an incorrect increment to the last argument (#2891)

## 0.44.10 - 2024-03-25

### Bug fixes
Expand Down
2 changes: 1 addition & 1 deletion VERSION
Original file line number Diff line number Diff line change
@@ -1 +1 @@
0.44.11-SNAPSHOT
0.44.12-SNAPSHOT

0 comments on commit 99b93bb

Please sign in to comment.