Skip to content

Commit 4cf37af

Browse files
committed
chore: release v3.1.0
Signed-off-by: James Couball <[email protected]>
1 parent acb6385 commit 4cf37af

File tree

2 files changed

+10
-1
lines changed

2 files changed

+10
-1
lines changed

CHANGELOG.md

+9
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,15 @@ 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.1.0 (2025-04-01)
9+
10+
[Full Changelog](https://github.com/main-branch/process_executer/compare/v3.0.0..v3.1.0)
11+
12+
Changes since v3.0.0:
13+
14+
* acb6385 fix: give Windows enough time to release its file lock so tmpdir can be deleted
15+
* 3fe114a feat: wrap errors raised by `Process.spawn` in a `ProcessExecuter::SpawnError`
16+
817
## v3.0.0 (2025-03-18)
918

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

lib/process_executer/version.rb

+1-1
Original file line numberDiff line numberDiff line change
@@ -2,5 +2,5 @@
22

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

0 commit comments

Comments
 (0)