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/VERSION b/VERSION index 2c48f63cae..ac2562c91e 100644 --- a/VERSION +++ b/VERSION @@ -1 +1 @@ -0.44.4-SNAPSHOT +0.44.5-SNAPSHOT