Skip to content

Commit 6b727a6

Browse files
committed
chore: release v3.2.0
Signed-off-by: James Couball <[email protected]>
1 parent 272d246 commit 6b727a6

File tree

2 files changed

+11
-1
lines changed

2 files changed

+11
-1
lines changed

CHANGELOG.md

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,16 @@ All notable changes to the process_executer gem will be documented in this file.
55
The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/)
66
and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).
77

8+
## v3.2.0 (2025-04-04)
9+
10+
[Full Changelog](https://github.com/main-branch/process_executer/compare/v3.1.0..v3.2.0)
11+
12+
Changes since v3.1.0:
13+
14+
* 272d246 test: fix flaky test that fails on windows
15+
* 1e121d8 test: add test for raising a SpawnError when Process.spawn raises an error
16+
* 2a2aaac refactor: improve synchronization of the monitored pipe state
17+
818
## v3.1.0 (2025-04-01)
919

1020
[Full Changelog](https://github.com/main-branch/process_executer/compare/v3.0.0..v3.1.0)

lib/process_executer/version.rb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,5 +2,5 @@
22

33
module ProcessExecuter
44
# The current Gem version
5-
VERSION = '3.1.0'
5+
VERSION = '3.2.0'
66
end

0 commit comments

Comments
 (0)