-
Notifications
You must be signed in to change notification settings - Fork 1
chore: release v4.0.3 #155
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
base: main
Are you sure you want to change the base?
chore: release v4.0.3 #155
Conversation
There was a problem hiding this 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 |
Copilot
AI
Jan 4, 2026
There was a problem hiding this comment.
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.
| * 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`. |
e54c433 to
a78ad3c
Compare
🤖 I have created a release beep boop
4.0.3 (2026-01-04)
Other Changes
This PR was generated with Release Please. See documentation.