Skip to content

Commit

Permalink
Bump version to 1.6.25.0
Browse files Browse the repository at this point in the history
  • Loading branch information
bgamari committed Sep 30, 2024
1 parent b042c5c commit b8c88fb
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 2 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.25.0 *September 2024*

* Fix build with Javascript backend ([#327](https://github.com/haskell/process/issues/327))

## 1.6.24.0 *September 2024*

* Fix detection of `posix_spawn_file_actions_addchdir[_np]` ([#303](https://github.com/haskell/process/issues/303))
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.24.0
version: 1.6.25.0
-- NOTE: Don't forget to update ./changelog.md
license: BSD-3-Clause
license-file: LICENSE
Expand Down
2 changes: 1 addition & 1 deletion test/process-tests.cabal
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ source-repository head

common process-dep
build-depends:
process == 1.6.24.0
process == 1.6.25.0

custom-setup
setup-depends:
Expand Down

0 comments on commit b8c88fb

Please sign in to comment.