Skip to content

Commit

Permalink
version -> 1.6.22.0
Browse files Browse the repository at this point in the history
  • Loading branch information
tomjaguarpaw committed Aug 16, 2024
1 parent 8d73906 commit a23a1c1
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 1 deletion.
5 changes: 5 additions & 0 deletions changelog.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,10 @@
# Changelog for [`process` package](http://hackage.haskell.org/package/process)

## 1.6.22.0 *August 2024*

* Allow NUL to appear in arguments under POSIX. See
https://github.com/haskell/process/pull/320. Thanks to @mmhat.

## 1.6.21.0 *July 2024*

* No longer attach finalizers to `Handle`s created by the
Expand Down
2 changes: 1 addition & 1 deletion process.cabal
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
cabal-version: 2.4
name: process
version: 1.6.21.0
version: 1.6.22.0
-- NOTE: Don't forget to update ./changelog.md
license: BSD-3-Clause
license-file: LICENSE
Expand Down

0 comments on commit a23a1c1

Please sign in to comment.