diff --git a/changelog.md b/changelog.md index 63620c21fe63489f11925b0e32ba45151b9301d3..f08fed89fb082b0bc32e20d1273cffd9742c0a72 100644 --- a/changelog.md +++ b/changelog.md @@ -1,6 +1,6 @@ # Changelog for [`process` package](http://hackage.haskell.org/package/process) -## X.Y.Z +## 1.6.26.0 *April 2025* * Add `System.Process.Environment.OsString`. * Bumps `base >= 4.12.0.0` (GHC 8.6+), `filepath >= 1.4.100.0`, diff --git a/process.cabal b/process.cabal index aba6affd8dcbe1ae1be4db78187ef08725136a50..386c699e2bafe28f12648b260689a649717e4953 100644 --- a/process.cabal +++ b/process.cabal @@ -1,6 +1,6 @@ cabal-version: 2.4 name: process -version: 1.6.25.0 +version: 1.6.26.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 7fe2c60d5910e65ee77f3f5a448f16756918ebf1..7b162b5de33e1c0710715747a7f96845e2e06626 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.24.0 +version: 1.6.26.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.25.0 + process == 1.6.26.0 custom-setup setup-depends: