From f5b97f3b71dc974de8f449f2a1583f339a200029 Mon Sep 17 00:00:00 2001 From: shonfeder Date: Mon, 29 Jan 2024 00:05:34 +0000 Subject: [PATCH 1/2] [release] 0.44.4 --- RELEASE.md | 5 +++++ VERSION | 2 +- 2 files changed, 6 insertions(+), 1 deletion(-) create mode 100644 RELEASE.md diff --git a/RELEASE.md b/RELEASE.md new file mode 100644 index 0000000000..07b976b807 --- /dev/null +++ b/RELEASE.md @@ -0,0 +1,5 @@ +## 0.44.4 - 2024-01-29 + +### Bug fixes + +- When given an empty `.tla` file, report a clean user error instead of crashing with an exception (#2821). diff --git a/VERSION b/VERSION index 2c48f63cae..a8b3d5c203 100644 --- a/VERSION +++ b/VERSION @@ -1 +1 @@ -0.44.4-SNAPSHOT +0.44.4 From 5530f1eec7d8cad889d991dfccfb213369d6a7fb Mon Sep 17 00:00:00 2001 From: shonfeder Date: Mon, 29 Jan 2024 00:05:43 +0000 Subject: [PATCH 2/2] Bump version to 0.44.5-SNAPSHOT --- .unreleased/bug-fixes/2800-error-on-empty-files.md | 2 -- CHANGES.md | 6 ++++++ RELEASE.md | 5 ----- VERSION | 2 +- 4 files changed, 7 insertions(+), 8 deletions(-) delete mode 100644 .unreleased/bug-fixes/2800-error-on-empty-files.md delete mode 100644 RELEASE.md diff --git a/.unreleased/bug-fixes/2800-error-on-empty-files.md b/.unreleased/bug-fixes/2800-error-on-empty-files.md deleted file mode 100644 index 3805a232d4..0000000000 --- a/.unreleased/bug-fixes/2800-error-on-empty-files.md +++ /dev/null @@ -1,2 +0,0 @@ -When given an empty `.tla` file, report a clean user error instead of crashing -with an exception (#2821). diff --git a/CHANGES.md b/CHANGES.md index caab0d8909..37fe5b7567 100644 --- a/CHANGES.md +++ b/CHANGES.md @@ -1,6 +1,12 @@ +## 0.44.4 - 2024-01-29 + +### Bug fixes + +- When given an empty `.tla` file, report a clean user error instead of crashing with an exception (#2821). + ## 0.44.3 - 2024-01-23 ### Features diff --git a/RELEASE.md b/RELEASE.md deleted file mode 100644 index 07b976b807..0000000000 --- a/RELEASE.md +++ /dev/null @@ -1,5 +0,0 @@ -## 0.44.4 - 2024-01-29 - -### Bug fixes - -- When given an empty `.tla` file, report a clean user error instead of crashing with an exception (#2821). diff --git a/VERSION b/VERSION index a8b3d5c203..ac2562c91e 100644 --- a/VERSION +++ b/VERSION @@ -1 +1 @@ -0.44.4 +0.44.5-SNAPSHOT