Skip to content

Conversation

@jcouball
Copy link
Member

@jcouball jcouball commented Jan 4, 2026

🤖 I have created a release beep boop

4.0.3 (2026-01-04)

Other Changes

  • Note JRuby Windows support issue (4cc6903)

This PR was generated with Release Please. See documentation.

Copy link

Copilot AI left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Pull request overview

This is an automated release PR generated by release-please to publish version 5.0.0 of the ProcessExecuter gem. This is a major version release containing numerous breaking changes, new features, and bug fixes that have accumulated since v4.0.2.

  • Version bumped from 4.0.2 to 5.0.0 with extensive breaking changes to the API
  • Added comprehensive CHANGELOG entry documenting all features, bug fixes, and breaking changes
  • Updated release manifest to track the new version

Reviewed changes

Copilot reviewed 4 out of 4 changed files in this pull request and generated 1 comment.

File Description
lib/process_executer/version.rb Updates the VERSION constant from '4.0.2' to '5.0.0'
CHANGELOG.md Adds complete v5.0.0 release notes including breaking changes, features, bug fixes, and other changes
.release-please-manifest.json Updates the version tracking from "4.0.2" to "5.0.0"

CHANGELOG.md Outdated
* ProcessExecuter.spawn_and_wait_with_options
* ProcessExecuter::SpawnAndWaitOptions
* In places where users of this gem rescued ::ArgumentError, they will have to change the rescued class to ProcessExecuter::ArgumentError.
* to maintain the same behavior, client code will have to change how they call `ProcessExecuter.run` if they do not specify `out:` and
Copy link

Copilot AI Jan 4, 2026

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

The breaking change description appears to be incomplete. The sentence ends with "if they do not specify out: and" without finishing the thought. This should be completed to clearly communicate what users need to do.

Suggested change
* to maintain the same behavior, client code will have to change how they call `ProcessExecuter.run` if they do not specify `out:` and
* to maintain the same behavior, client code will have to change how they call `ProcessExecuter.run` if they do not specify `out:` and previously relied on the default capturing of stdout and stderr; they must now either pass an explicit `out:` destination or switch to `run_with_capture`.

Copilot uses AI. Check for mistakes.
@jcouball jcouball changed the title chore: release v5.0.0 chore: release v4.0.3 Jan 4, 2026
@jcouball jcouball force-pushed the release-please--branches--main--components--process_executer branch from e54c433 to a78ad3c Compare January 4, 2026 00:53
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants