Skip to content

Commit 1152f62

Browse files
authored
Merge pull request #2930 from metomi/prepare-2.5.1
Prepare release: 2.5.1
2 parents a3ee1c7 + c1d48f9 commit 1152f62

File tree

2 files changed

+7
-1
lines changed

2 files changed

+7
-1
lines changed

CHANGES.md

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

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

13+
## 2.5.1 (Released 2025-09-29)
14+
15+
### 🔧 Fixes
16+
17+
[#2925](https://github.com/metomi/rose/pull/2925) - fix a bug which caused `rosie ls` to fail.
18+
1319
## 2.5.0 (Released 2025-07-24)
1420

1521
### Enhancements

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"
147+
__version__ = "2.5.1"

0 commit comments

Comments
 (0)