Skip to content

Commit 0876e20

Browse files
Prepare release 1.5.0
Workflow: Release stage 1 - create release PR, run: 28
1 parent 4d54725 commit 0876e20

File tree

6 files changed

+15
-5
lines changed

6 files changed

+15
-5
lines changed

CHANGES.md

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

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

15+
## cylc-uiserver-1.5.0 (Released 2024-06-18)
16+
17+
[Updated cylc-ui to 2.5.0](https://github.com/cylc/cylc-ui/blob/master/CHANGES.md)
18+
19+
### 🚀 Enhancements
20+
21+
[#507](https://github.com/cylc/cylc-uiserver/pull/507) - Added functionality for routing to a multiuser deployment when running cylc gui command.
22+
23+
[#548](https://github.com/cylc/cylc-uiserver/pull/548) - Improve the performance of the GraphQL server.
24+
25+
### 🔧 Fixes
26+
27+
[#592](https://github.com/cylc/cylc-uiserver/pull/592) - Compatibility with JupyterHub 4.1 XSRF changes for static requests
28+
1529
## cylc-uiserver-1.4.4 (Released 2024-04-05)
1630

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

changes.d/+813011c2.ui-version.md

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

changes.d/507.feat.md

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

changes.d/548.feat.md

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

changes.d/592.fix

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

1818
import os
1919
from typing import Dict

0 commit comments

Comments
 (0)