We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents a3ee1c7 + c1d48f9 commit 1152f62Copy full SHA for 1152f62
CHANGES.md
@@ -10,6 +10,12 @@ $ towncrier create <PR-number>.<break|feat|fix>.md --content "Short description"
10
11
<!-- towncrier release notes start -->
12
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
19
## 2.5.0 (Released 2025-07-24)
20
21
### Enhancements
metomi/rose/__init__.py
@@ -144,4 +144,4 @@
144
# Paths in the Rose distribution.
145
FILEPATH_README = "README.md"
146
147
-__version__ = "2.5.0"
+__version__ = "2.5.1"
0 commit comments