Skip to content

Commit 3a41c6f

Browse files
authored
Merge pull request #637 from cylc/prepare-1.5.1
Prepare release: 1.5.1
2 parents 4c3de86 + a27d343 commit 3a41c6f

File tree

5 files changed

+11
-4
lines changed

5 files changed

+11
-4
lines changed

CHANGES.md

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -12,6 +12,16 @@ $ towncrier create <PR-number>.<break|feat|fix>.md --content "Short description"
1212

1313
<!-- towncrier release notes start -->
1414

15+
## cylc-uiserver-1.5.1 (Released 2024-10-15)
16+
17+
[Updated cylc-ui to 2.6.0](https://github.com/cylc/cylc-ui/blob/master/CHANGES.md)
18+
19+
### 🔧 Fixes
20+
21+
[#607](https://github.com/cylc/cylc-uiserver/pull/607) - Log any errors when trying to list the workflow/job log files in the UI.
22+
23+
[#619](https://github.com/cylc/cylc-uiserver/pull/619) - Ensure that subprocesses created by Cylc UI Server are cleaned up correctly when the server shuts down.
24+
1525
## cylc-uiserver-1.5.0 (Released 2024-06-18)
1626

1727
[Updated cylc-ui to 2.5.0](https://github.com/cylc/cylc-ui/blob/master/CHANGES.md)

changes.d/+dfccb67d.ui-version.md

Lines changed: 0 additions & 1 deletion
This file was deleted.

changes.d/607.fix.md

Lines changed: 0 additions & 1 deletion
This file was deleted.

changes.d/619.fix.md

Lines changed: 0 additions & 1 deletion
This file was deleted.

cylc/uiserver/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@
1313
# You should have received a copy of the GNU General Public License
1414
# along with this program. If not, see <http://www.gnu.org/licenses/>.
1515

16-
__version__ = "1.5.1.dev"
16+
__version__ = "1.5.1"
1717

1818
import os
1919
from typing import Dict

0 commit comments

Comments
 (0)