From 8f2ce0d1ec4295cf8bf0f7a95a8f2f8eb8bac4e0 Mon Sep 17 00:00:00 2001
From: "github-actions[bot]"
<41898282+github-actions[bot]@users.noreply.github.com>
Date: Mon, 11 Nov 2024 15:35:08 +0000
Subject: [PATCH 1/2] Prepare release 2.3.2
Workflow: Release stage 1 - create release PR (Rose 2+ only), run: 21
---
CHANGES.md | 2 +-
metomi/rose/__init__.py | 2 +-
2 files changed, 2 insertions(+), 2 deletions(-)
diff --git a/CHANGES.md b/CHANGES.md
index 9b615966a..1eb5842a2 100644
--- a/CHANGES.md
+++ b/CHANGES.md
@@ -10,7 +10,7 @@ updated. Only the first match gets replaced, so it's fine to leave the old
ones in. -->
-## 2.3.1 (Released 2024-07-18)
+## 2.3.1 (Released 2024-11-11)
### Fixes
diff --git a/metomi/rose/__init__.py b/metomi/rose/__init__.py
index 093646888..d55bce845 100644
--- a/metomi/rose/__init__.py
+++ b/metomi/rose/__init__.py
@@ -144,4 +144,4 @@
# Paths in the Rose distribution.
FILEPATH_README = "README.md"
-__version__ = "2.3.2.dev"
+__version__ = "2.3.2"
From 897e09ba40e21c2695c0ebf63cb11a7b0ec5b5a9 Mon Sep 17 00:00:00 2001
From: Ronnie Dutta <61982285+MetRonnie@users.noreply.github.com>
Date: Mon, 11 Nov 2024 15:48:52 +0000
Subject: [PATCH 2/2] Changelog
---
CHANGES.md | 9 ++++++++-
1 file changed, 8 insertions(+), 1 deletion(-)
diff --git a/CHANGES.md b/CHANGES.md
index 1eb5842a2..ef8595694 100644
--- a/CHANGES.md
+++ b/CHANGES.md
@@ -9,8 +9,15 @@ creating a new release entry be sure to copy & paste the span tag with the
updated. Only the first match gets replaced, so it's fine to leave the old
ones in. -->
+## 2.3.2 (Released 2024-11-11)
-## 2.3.1 (Released 2024-11-11)
+### Fixes
+
+[#2818](https://github.com/metomi/rose/pull/2818) -
+Fixed `rose app-run` and `rose task-run` crashing if git is not installed.
+
+
+## 2.3.1 (Released 2024-07-18)
### Fixes