diff --git a/.unreleased/bug-fixes/pretty-printer-id-sanitization.md b/.unreleased/bug-fixes/pretty-printer-id-sanitization.md deleted file mode 100644 index e9c0e386ce..0000000000 --- a/.unreleased/bug-fixes/pretty-printer-id-sanitization.md +++ /dev/null @@ -1 +0,0 @@ -Sanitize names while pretty printing to avoid invalid names (#2860) diff --git a/.unreleased/bug-fixes/quint-lambda-types-conversion.md b/.unreleased/bug-fixes/quint-lambda-types-conversion.md deleted file mode 100644 index b3b202f8f8..0000000000 --- a/.unreleased/bug-fixes/quint-lambda-types-conversion.md +++ /dev/null @@ -1,3 +0,0 @@ -When converting Quint lambdas, derive the return type from the Quint type inferred for -the lambda, rather the type inferred for the body expression, avoiding mismatches with -Apalache type variables. (#2856) diff --git a/CHANGES.md b/CHANGES.md index a61ed3ff63..59bd72204f 100644 --- a/CHANGES.md +++ b/CHANGES.md @@ -1,6 +1,13 @@ +## 0.44.8 - 2024-03-20 + +### Bug fixes + +- Sanitize names while pretty printing to avoid invalid names (#2860) +- When converting Quint lambdas, derive the return type from the Quint type inferred for the lambda, rather the type inferred for the body expression, avoiding mismatches with Apalache type variables. (#2856) + ## 0.44.7 - 2024-03-07 ### Features diff --git a/RELEASE.md b/RELEASE.md deleted file mode 100644 index 4b429a12c4..0000000000 --- a/RELEASE.md +++ /dev/null @@ -1,6 +0,0 @@ -## 0.44.8 - 2024-03-20 - -### Bug fixes - -- Sanitize names while pretty printing to avoid invalid names (#2860) -- When converting Quint lambdas, derive the return type from the Quint type inferred for the lambda, rather the type inferred for the body expression, avoiding mismatches with Apalache type variables. (#2856) diff --git a/VERSION b/VERSION index c6cd196e63..f77f577308 100644 --- a/VERSION +++ b/VERSION @@ -1 +1 @@ -0.44.8 +0.44.9-SNAPSHOT