Skip to content

Commit d12757f

Browse files
committed
chore: release v3.2.1
Signed-off-by: James Couball <[email protected]>
1 parent d1e19a5 commit d12757f

File tree

2 files changed

+14
-1
lines changed

2 files changed

+14
-1
lines changed

CHANGELOG.md

Lines changed: 13 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,19 @@ 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.1 (2025-04-08)
9+
10+
[Full Changelog](https://github.com/main-branch/process_executer/compare/v3.2.0..v3.2.1)
11+
12+
Changes since v3.2.0:
13+
14+
* d1e19a5 test: assert that MonitoredPipe has no open instances after each test
15+
* aa71f8e test: ensure MonitoredPipe cleans up open instances in specs
16+
* 987b0c9 fix: ensure that all pipes are closed even when there is an IOError
17+
* 65e8db0 fix: ensure that MonitoredPipe cleans up after itself even when there is IOError
18+
* ed2454e chore: integrate track_open_instances gem to report on leaked MonitoredPipe instances
19+
* f25c87d chore: release v3.2.0
20+
821
## v3.2.0 (2025-04-04)
922

1023
[Full Changelog](https://github.com/main-branch/process_executer/compare/v3.1.0..v3.2.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.2.0'
5+
VERSION = '3.2.1'
66
end

0 commit comments

Comments
 (0)