Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
11 changes: 11 additions & 0 deletions CHANGES.md
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,17 @@ $ towncrier create <PR-number>.<break|feat|fix>.md --content "Short description"

<!-- towncrier release notes start -->

## 2.5.0 (Released 2025-07-24)

### Enhancements

[#2903](https://github.com/metomi/rose/pull/2903) - Improve `rosie lookup`
docs and output format.

### 🔧 Fixes

[#2889](https://github.com/cylc/cylc-flow/pull/2889) - Remove references to Empy, which is no longer available as a templating language for `flow.cylc` files as of Cylc 8.4.0.

## 2.4.2 (Released 2025-04-07)

[#2867](https://github.com/metomi/rose/pull/2867) - Fix issue that could cause `rose app-upgrade` to insert nodes into optional configurations in the wrong state.
Expand Down
1 change: 0 additions & 1 deletion changes.d/2889.fix.md

This file was deleted.

2 changes: 1 addition & 1 deletion metomi/rose/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -144,4 +144,4 @@
# Paths in the Rose distribution.
FILEPATH_README = "README.md"

__version__ = "2.5.0.dev"
__version__ = "2.5.0"
Loading