diff --git a/.unreleased/bug-fixes/quint-nullary-operators.md b/.unreleased/bug-fixes/quint-nullary-operators.md deleted file mode 100644 index 046a7265a9..0000000000 --- a/.unreleased/bug-fixes/quint-nullary-operators.md +++ /dev/null @@ -1 +0,0 @@ -Fix a problem when translating Quint nullary operators used polymorphically, see #3044 diff --git a/.unreleased/bug-fixes/quint-to-tla-transpilation.md b/.unreleased/bug-fixes/quint-to-tla-transpilation.md deleted file mode 100644 index 217cbaabed..0000000000 --- a/.unreleased/bug-fixes/quint-to-tla-transpilation.md +++ /dev/null @@ -1 +0,0 @@ -Fixed a few problems on parsing Quint and pretty printing TLA, see #3041 diff --git a/.unreleased/bug-fixes/sany-tmpdir.md b/.unreleased/bug-fixes/sany-tmpdir.md deleted file mode 100644 index 8cce6d77c8..0000000000 --- a/.unreleased/bug-fixes/sany-tmpdir.md +++ /dev/null @@ -1 +0,0 @@ -Add extra protection against the SANY race conditions on the filesystem, see #3046 diff --git a/.unreleased/bug-fixes/source-tracking-in-vcgen.md b/.unreleased/bug-fixes/source-tracking-in-vcgen.md deleted file mode 100644 index 04e361c2de..0000000000 --- a/.unreleased/bug-fixes/source-tracking-in-vcgen.md +++ /dev/null @@ -1 +0,0 @@ -Fix source tracking in `VCGenerator` to avoid spurious diagnostic messages, see #3010 diff --git a/CHANGES.md b/CHANGES.md index 8c5b563969..83f77162ae 100644 --- a/CHANGES.md +++ b/CHANGES.md @@ -1,6 +1,15 @@ +## 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 diff --git a/VERSION b/VERSION index 3e9b4751ef..e9612abce3 100644 --- a/VERSION +++ b/VERSION @@ -1 +1 @@ -0.47.1-SNAPSHOT +0.47.2-SNAPSHOT