From 81c3f8a660f02e09d3396abe420b768f12c2e62b Mon Sep 17 00:00:00 2001 From: bugarela Date: Wed, 20 Mar 2024 11:20:19 +0000 Subject: [PATCH] Bump version to 0.44.9-SNAPSHOT --- .unreleased/bug-fixes/pretty-printer-id-sanitization.md | 1 - .unreleased/bug-fixes/quint-lambda-types-conversion.md | 3 --- CHANGES.md | 7 +++++++ RELEASE.md | 6 ------ VERSION | 2 +- 5 files changed, 8 insertions(+), 11 deletions(-) delete mode 100644 .unreleased/bug-fixes/pretty-printer-id-sanitization.md delete mode 100644 .unreleased/bug-fixes/quint-lambda-types-conversion.md delete mode 100644 RELEASE.md 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