From 7a55e3fa1bc80f82fedea3b2b2467a0af3a81242 Mon Sep 17 00:00:00 2001
From: Ben Gamari <ben@smart-cactus.org>
Date: Mon, 23 Sep 2024 11:44:07 -0400
Subject: [PATCH] Bump version to 1.6.24.0

---
 changelog.md             | 4 ++++
 process.cabal            | 2 +-
 test/process-tests.cabal | 4 ++--
 3 files changed, 7 insertions(+), 3 deletions(-)

diff --git a/changelog.md b/changelog.md
index 8f0bf9ed..c55e87a1 100644
--- a/changelog.md
+++ b/changelog.md
@@ -1,5 +1,9 @@
 # Changelog for [`process` package](http://hackage.haskell.org/package/process)
 
+## 1.6.24.0 *September 2024*
+
+* Fix detection of `posix_spawn_file_actions_addchdir[_np]` ([#303](https://github.com/haskell/process/issues/303))
+
 ## 1.6.23.0 *September 2024*
 
 * Fix command-line escaping logic on Windows when the command file ends with
diff --git a/process.cabal b/process.cabal
index ced26259..937ca65c 100644
--- a/process.cabal
+++ b/process.cabal
@@ -1,6 +1,6 @@
 cabal-version: 2.4
 name:          process
-version:       1.6.23.0
+version:       1.6.24.0
 -- NOTE: Don't forget to update ./changelog.md
 license:       BSD-3-Clause
 license-file:  LICENSE
diff --git a/test/process-tests.cabal b/test/process-tests.cabal
index a8adf92d..d2a1fc76 100644
--- a/test/process-tests.cabal
+++ b/test/process-tests.cabal
@@ -1,6 +1,6 @@
 cabal-version: 2.4
 name:          process-tests
-version:       1.6.23.0
+version:       1.6.24.0
 license:       BSD-3-Clause
 license-file:  LICENSE
 maintainer:    libraries@haskell.org
@@ -18,7 +18,7 @@ source-repository head
 
 common process-dep
   build-depends:
-    process == 1.6.23.0
+    process == 1.6.24.0
 
 custom-setup
   setup-depends:
-- 
GitLab