Skip to content

Commit 2bf222c

Browse files
Merge pull request #2912 from metomi/prepare-2.5.0
Prepare release: 2.5.0
2 parents a56e66b + 1ee63d2 commit 2bf222c

File tree

3 files changed

+12
-2
lines changed

3 files changed

+12
-2
lines changed

CHANGES.md

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

1111
<!-- towncrier release notes start -->
1212

13+
## 2.5.0 (Released 2025-07-24)
14+
15+
### Enhancements
16+
17+
[#2903](https://github.com/metomi/rose/pull/2903) - Improve `rosie lookup`
18+
docs and output format.
19+
20+
### 🔧 Fixes
21+
22+
[#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.
23+
1324
## 2.4.2 (Released 2025-04-07)
1425

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

changes.d/2889.fix.md

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

metomi/rose/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -144,4 +144,4 @@
144144
# Paths in the Rose distribution.
145145
FILEPATH_README = "README.md"
146146

147-
__version__ = "2.5.0.dev"
147+
__version__ = "2.5.0"

0 commit comments

Comments
 (0)