Skip to content

Commit

Permalink
Merge pull request #655 from cylc/prepare-1.6.0
Browse files Browse the repository at this point in the history
Prepare release: 1.6.0
  • Loading branch information
MetRonnie authored Jan 8, 2025
2 parents 03a7bed + f961ecd commit 1af632f
Show file tree
Hide file tree
Showing 5 changed files with 12 additions and 5 deletions.
11 changes: 11 additions & 0 deletions CHANGES.md
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,17 @@ $ towncrier create <PR-number>.<break|feat|fix>.md --content "Short description"

<!-- towncrier release notes start -->

## cylc-uiserver-1.6.0 (Released 2025-01-08)

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

### 🔧 Fixes

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

[#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.
This timeout can be adjusted with the `log_timeout` option.

## 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)
Expand Down
1 change: 0 additions & 1 deletion changes.d/+aba1f251.ui-version.md

This file was deleted.

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

This file was deleted.

2 changes: 0 additions & 2 deletions changes.d/645.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.6.0.dev"
__version__ = "1.6.0"

import os
from typing import Dict
Expand Down

0 comments on commit 1af632f

Please sign in to comment.