Skip to content

Commit 6e21ec9

Browse files
committed
Bump version to 1.6.26.0
1 parent 3609a80 commit 6e21ec9

File tree

3 files changed

+4
-4
lines changed

3 files changed

+4
-4
lines changed

changelog.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
# Changelog for [`process` package](http://hackage.haskell.org/package/process)
22

3-
## X.Y.Z
3+
## 1.6.26.0 *April 2025*
44

55
* Add `System.Process.Environment.OsString`.
66
* Bumps `base >= 4.12.0.0` (GHC 8.6+), `filepath >= 1.4.100.0`,

process.cabal

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
cabal-version: 2.4
22
name: process
3-
version: 1.6.25.0
3+
version: 1.6.26.0
44
-- NOTE: Don't forget to update ./changelog.md
55
license: BSD-3-Clause
66
license-file: LICENSE

test/process-tests.cabal

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
cabal-version: 2.4
22
name: process-tests
3-
version: 1.6.24.0
3+
version: 1.6.26.0
44
license: BSD-3-Clause
55
license-file: LICENSE
66
maintainer: [email protected]
@@ -18,7 +18,7 @@ source-repository head
1818

1919
common process-dep
2020
build-depends:
21-
process == 1.6.25.0
21+
process == 1.6.26.0
2222

2323
custom-setup
2424
setup-depends:

0 commit comments

Comments
 (0)