Skip to content

Commit

Permalink
Prepare release 1.5.1
Browse files Browse the repository at this point in the history
Workflow: Release stage 1 - create release PR, run: 30
  • Loading branch information
github-actions[bot] committed Oct 15, 2024
1 parent 4c3de86 commit a27d343
Show file tree
Hide file tree
Showing 5 changed files with 11 additions and 4 deletions.
10 changes: 10 additions & 0 deletions CHANGES.md
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,16 @@ $ towncrier create <PR-number>.<break|feat|fix>.md --content "Short description"

<!-- towncrier release notes start -->

## cylc-uiserver-1.5.1 (Released 2024-10-15)

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

### 🔧 Fixes

[#607](https://github.com/cylc/cylc-uiserver/pull/607) - Log any errors when trying to list the workflow/job log files in the UI.

[#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.

## cylc-uiserver-1.5.0 (Released 2024-06-18)

[Updated cylc-ui to 2.5.0](https://github.com/cylc/cylc-ui/blob/master/CHANGES.md)
Expand Down
1 change: 0 additions & 1 deletion changes.d/+dfccb67d.ui-version.md

This file was deleted.

1 change: 0 additions & 1 deletion changes.d/607.fix.md

This file was deleted.

1 change: 0 additions & 1 deletion changes.d/619.fix.md

This file was deleted.

2 changes: 1 addition & 1 deletion cylc/uiserver/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@
# You should have received a copy of the GNU General Public License
# along with this program. If not, see <http://www.gnu.org/licenses/>.

__version__ = "1.5.1.dev"
__version__ = "1.5.1"

import os
from typing import Dict
Expand Down

0 comments on commit a27d343

Please sign in to comment.