Skip to content

Commit 1af632f

Browse files
authored
Merge pull request #655 from cylc/prepare-1.6.0
Prepare release: 1.6.0
2 parents 03a7bed + f961ecd commit 1af632f

File tree

5 files changed

+12
-5
lines changed

5 files changed

+12
-5
lines changed

CHANGES.md

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

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

15+
## cylc-uiserver-1.6.0 (Released 2025-01-08)
16+
17+
[Updated cylc-ui to 2.7.0](https://github.com/cylc/cylc-ui/blob/master/CHANGES.md)
18+
19+
### 🔧 Fixes
20+
21+
[#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.
22+
23+
[#645](https://github.com/cylc/cylc-uiserver/pull/645) - Add a default timeout for the `cylc cat-log` command which is used to provide access to log files in the cylc-ui.
24+
This timeout can be adjusted with the `log_timeout` option.
25+
1526
## cylc-uiserver-1.5.1 (Released 2024-10-15)
1627

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

changes.d/+aba1f251.ui-version.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.

changes.d/645.fix.md

Lines changed: 0 additions & 2 deletions
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.6.0.dev"
16+
__version__ = "1.6.0"
1717

1818
import os
1919
from typing import Dict

0 commit comments

Comments
 (0)