Skip to content

Commit abd02e7

Browse files
Merge pull request #2829 from metomi/prepare-2.3.2
Prepare release: 2.3.2
2 parents 831c540 + 897e09b commit abd02e7

File tree

2 files changed

+8
-1
lines changed

2 files changed

+8
-1
lines changed

CHANGES.md

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -9,6 +9,13 @@ 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.3.2 (<span actions:bind='release-date'>Released 2024-11-11</span>)
13+
14+
### Fixes
15+
16+
[#2818](https://github.com/metomi/rose/pull/2818) -
17+
Fixed `rose app-run` and `rose task-run` crashing if git is not installed.
18+
1219

1320
## 2.3.1 (<span actions:bind='release-date'>Released 2024-07-18</span>)
1421

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.3.2.dev"
147+
__version__ = "2.3.2"

0 commit comments

Comments
 (0)