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 831c540 + 897e09b commit abd02e7Copy full SHA for abd02e7
CHANGES.md
@@ -9,6 +9,13 @@ creating a new release entry be sure to copy & paste the span tag with the
9
updated. Only the first match gets replaced, so it's fine to leave the old
10
ones in. -->
11
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
19
20
## 2.3.1 (<span actions:bind='release-date'>Released 2024-07-18</span>)
21
metomi/rose/__init__.py
@@ -144,4 +144,4 @@
144
# Paths in the Rose distribution.
145
FILEPATH_README = "README.md"
146
147
-__version__ = "2.3.2.dev"
+__version__ = "2.3.2"
0 commit comments