From 6e21ec9d965cbc2d6da512025a380707172a6181 Mon Sep 17 00:00:00 2001 From: Tom Ellis <tom-git@jaguarpaw.co.uk> Date: Thu, 17 Apr 2025 21:34:25 +0100 Subject: [PATCH] Bump version to 1.6.26.0 --- changelog.md | 2 +- process.cabal | 2 +- test/process-tests.cabal | 4 ++-- 3 files changed, 4 insertions(+), 4 deletions(-) diff --git a/changelog.md b/changelog.md index 63620c21..f08fed89 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 aba6affd..386c699e 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 7fe2c60d..7b162b5d 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: -- GitLab