From b9c62313e83dbc11cdcd3e6d630b2bc334c5770e Mon Sep 17 00:00:00 2001 From: Tom Ellis Date: Sun, 8 Mar 2026 19:29:10 +0000 Subject: [PATCH] Fix changelog; release 1.6.27.0 1.6.26.2 was PVP-violating so will be marked as a deprecated version --- changelog.md | 3 ++- process.cabal | 2 +- test/process-tests.cabal | 4 ++-- 3 files changed, 5 insertions(+), 4 deletions(-) diff --git a/changelog.md b/changelog.md index 49f36845..3f28fb42 100644 --- a/changelog.md +++ b/changelog.md @@ -1,7 +1,8 @@ # Changelog for [`process` package](http://hackage.haskell.org/package/process) -## 1.6.26.2 *March 2026* +## 1.6.27.0 *March 2026* +* Support being configured without fork * Fix `@since` annotations ## 1.6.26.1 *May 2025* diff --git a/process.cabal b/process.cabal index 125945dc..e0492502 100644 --- a/process.cabal +++ b/process.cabal @@ -1,6 +1,6 @@ cabal-version: 2.4 name: process -version: 1.6.26.2 +version: 1.6.27.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 5c2c19e1..92d08103 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.26.2 +version: 1.6.27.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.26.2 + process == 1.6.27.0 custom-setup setup-depends: