From a78ad3ccefdc986a34f73ba07fe73f88e6683964 Mon Sep 17 00:00:00 2001 From: James Couball Date: Sat, 3 Jan 2026 16:53:34 -0800 Subject: [PATCH] chore: release v4.0.3 --- .release-please-manifest.json | 2 +- CHANGELOG.md | 7 +++++++ lib/process_executer/version.rb | 2 +- 3 files changed, 9 insertions(+), 2 deletions(-) diff --git a/.release-please-manifest.json b/.release-please-manifest.json index 1778b2a..453aad7 100644 --- a/.release-please-manifest.json +++ b/.release-please-manifest.json @@ -1,3 +1,3 @@ { - ".": "4.0.2" + ".": "4.0.3" } diff --git a/CHANGELOG.md b/CHANGELOG.md index ba35937..c95892e 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -5,6 +5,13 @@ 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). +## [4.0.3](https://github.com/main-branch/process_executer/compare/v4.0.2...v4.0.3) (2026-01-04) + + +### Other Changes + +* Note JRuby Windows support issue ([4cc6903](https://github.com/main-branch/process_executer/commit/4cc69036bbdda383a8ecb50bd63b19f96303203a)) + ## [4.0.2](https://github.com/main-branch/process_executer/compare/v4.0.1...v4.0.2) (2026-01-03) diff --git a/lib/process_executer/version.rb b/lib/process_executer/version.rb index 647d69c..b941fcc 100644 --- a/lib/process_executer/version.rb +++ b/lib/process_executer/version.rb @@ -3,5 +3,5 @@ module ProcessExecuter # The current Gem version # @return [String] - VERSION = '4.0.2' + VERSION = '4.0.3' end