Skip to content

Commit a100465

Browse files
authored
Merge pull request #2878 from metomi/prepare-2.4.2
Prepare release: 2.4.2
2 parents b128c8c + 028bddb commit a100465

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
@@ -9,6 +9,12 @@ creating a new release entry be sure to copy & paste the span tag with the
99
updated. Only the first match gets replaced, so it's fine to leave the old
1010
ones in. -->
1111

12+
## 2.4.2 (<span actions:bind='release-date'>Released 2025-04-07</span>)
13+
14+
[#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.
15+
16+
[#2869](https://github.com/metomi/rose/pull/2869) - Improve error messages from `git` command failures.
17+
1218
## 2.4.1 (<span actions:bind='release-date'>Released 2025-02-25</span>)
1319

1420
[#2855](https://github.com/metomi/rose/pull/2855) -

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.4.2.dev"
147+
__version__ = "2.4.2"

0 commit comments

Comments
 (0)