From 4cf37afa136a38be52110f7db666bfa81d334001 Mon Sep 17 00:00:00 2001 From: James Couball Date: Tue, 1 Apr 2025 10:11:12 -0700 Subject: [PATCH] chore: release v3.1.0 Signed-off-by: James Couball --- CHANGELOG.md | 9 +++++++++ lib/process_executer/version.rb | 2 +- 2 files changed, 10 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 32451d7..3e4ffce 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -5,6 +5,15 @@ All notable changes to the process_executer gem will be documented in this file. The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/) and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html). +## v3.1.0 (2025-04-01) + +[Full Changelog](https://github.com/main-branch/process_executer/compare/v3.0.0..v3.1.0) + +Changes since v3.0.0: + +* acb6385 fix: give Windows enough time to release its file lock so tmpdir can be deleted +* 3fe114a feat: wrap errors raised by `Process.spawn` in a `ProcessExecuter::SpawnError` + ## v3.0.0 (2025-03-18) [Full Changelog](https://github.com/main-branch/process_executer/compare/v2.0.0..v3.0.0) diff --git a/lib/process_executer/version.rb b/lib/process_executer/version.rb index cde9cdb..61c1de9 100644 --- a/lib/process_executer/version.rb +++ b/lib/process_executer/version.rb @@ -2,5 +2,5 @@ module ProcessExecuter # The current Gem version - VERSION = '3.0.0' + VERSION = '3.1.0' end