Skip to content

Commit cca84cc

Browse files
Merge pull request #736 from cylc/prepare-1.8.0
Prepare release: 1.8.0
2 parents cfc6698 + 8fef7ac commit cca84cc

File tree

5 files changed

+14
-5
lines changed

5 files changed

+14
-5
lines changed

CHANGES.md

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

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

15+
## cylc-uiserver-1.8.0 (Released 2025-10-01)
16+
17+
[Updated cylc-ui to 2.10.0](https://github.com/cylc/cylc-ui/blob/master/CHANGES.md)
18+
19+
### ⚠ Breaking Changes
20+
21+
[#729](https://github.com/cylc/cylc-uiserver/pull/729) - Minimum supported Python version is now 3.12.
22+
23+
### 🔧 Fixes
24+
25+
[#721](https://github.com/cylc/cylc-uiserver/pull/721) - Fixes a race condition in the UIS data-store sync which showed as a
26+
traceback in the log.
27+
1528
## cylc-uiserver-1.7.1 (Released 2025-09-04)
1629

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

changes.d/+7c3a4614.ui-version.md

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

changes.d/721.fix.md

Lines changed: 0 additions & 2 deletions
This file was deleted.

changes.d/729.break.md

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

1818
import os
1919
from typing import Dict

0 commit comments

Comments
 (0)