Skip to content

Commit

Permalink
Merge pull request #602 from cylc/prepare-1.5.0
Browse files Browse the repository at this point in the history
Prepare release: 1.5.0
  • Loading branch information
MetRonnie authored Jun 18, 2024
2 parents 4d54725 + 0876e20 commit 6ed061c
Show file tree
Hide file tree
Showing 6 changed files with 15 additions and 5 deletions.
14 changes: 14 additions & 0 deletions CHANGES.md
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,20 @@ $ towncrier create <PR-number>.<break|feat|fix>.md --content "Short description"

<!-- towncrier release notes start -->

## 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)

### 🚀 Enhancements

[#507](https://github.com/cylc/cylc-uiserver/pull/507) - Added functionality for routing to a multiuser deployment when running cylc gui command.

[#548](https://github.com/cylc/cylc-uiserver/pull/548) - Improve the performance of the GraphQL server.

### 🔧 Fixes

[#592](https://github.com/cylc/cylc-uiserver/pull/592) - Compatibility with JupyterHub 4.1 XSRF changes for static requests

## cylc-uiserver-1.4.4 (Released 2024-04-05)

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

This file was deleted.

1 change: 0 additions & 1 deletion changes.d/507.feat.md

This file was deleted.

1 change: 0 additions & 1 deletion changes.d/548.feat.md

This file was deleted.

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

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.0.dev"
__version__ = "1.5.0"

import os
from typing import Dict
Expand Down

0 comments on commit 6ed061c

Please sign in to comment.