Skip to content

Commit 187958f

Browse files
Merge pull request #843 from cylc/prepare-0.6.0
Prepare release: 0.6.0
2 parents 05038af + 6fb64af commit 187958f

File tree

2 files changed

+12
-2
lines changed

2 files changed

+12
-2
lines changed

CHANGES.md

Lines changed: 11 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ milestones](https://github.com/cylc/cylc-ui/milestones?state=closed) for each
66
release.
77

88
-------------------------------------------------------------------------------
9-
## __cylc-ui-0.6 (<span actions:bind='release-date'>Released 2021-??-??</span>)__
9+
## __cylc-ui-0.6 (<span actions:bind='release-date'>Released 2021-11-10</span>)__
1010

1111
### Enhancements
1212

@@ -20,8 +20,18 @@ to a Jupyter Server extension).
2020
Display authorized mutations in the User Profile and disable unauthorized
2121
mutations in the menu.
2222

23+
[#749](https://github.com/cylc/cylc-ui/pull/749)
24+
& [#834](https://github.com/cylc/cylc-ui/issues/834)
25+
- Miscellaneous improvements to the processing of delta updates.
26+
2327
### Fixes
2428

29+
[#748](https://github.com/cylc/cylc-ui/issues/748)
30+
& [#805](https://github.com/cylc/cylc-ui/pull/805)
31+
& [#806](https://github.com/cylc/cylc-ui/pull/806)
32+
- Fix issues with the workflow status and play/pause/stop buttons not
33+
updating correctly & enable starting a workflow from stopped.
34+
2535
-------------------------------------------------------------------------------
2636
## __cylc-ui-0.5 (<span actions:bind='release-date'>Released 2021-07-28</span>)__
2737

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "cylc-ui",
3-
"version": "0.5.0",
3+
"version": "0.6.0",
44
"private": true,
55
"license": "GPL-3.0-only",
66
"scripts": {

0 commit comments

Comments
 (0)