Skip to content

Commit

Permalink
Bump version to 1.6.24.0
Browse files Browse the repository at this point in the history
  • Loading branch information
bgamari committed Sep 23, 2024
1 parent 91e7381 commit 7a55e3f
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 3 deletions.
4 changes: 4 additions & 0 deletions changelog.md
Original file line number Diff line number Diff line change
@@ -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
Expand Down
2 changes: 1 addition & 1 deletion process.cabal
Original file line number Diff line number Diff line change
@@ -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
Expand Down
4 changes: 2 additions & 2 deletions test/process-tests.cabal
Original file line number Diff line number Diff line change
@@ -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: [email protected]
Expand All @@ -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:
Expand Down

0 comments on commit 7a55e3f

Please sign in to comment.