Skip to content

Commit

Permalink
[release] 0.44.11
Browse files Browse the repository at this point in the history
  • Loading branch information
bugarela committed May 6, 2024
1 parent d5dd0ad commit 5dee24e
Show file tree
Hide file tree
Showing 2 changed files with 12 additions and 1 deletion.
11 changes: 11 additions & 0 deletions RELEASE.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,11 @@
## 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)
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.11

0 comments on commit 5dee24e

Please sign in to comment.