process 1.6.26.2 → 1.6.27.0
raw patch · 2 files changed
+3/−2 lines, 2 files
Files
- changelog.md +2/−1
- process.cabal +1/−1
changelog.md view
@@ -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*
process.cabal view
@@ -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