Release 1.0.0 (stable) - #7
Merged
Merged
Conversation
The API is small and has been exercised across the build / reli-cross-version / leak-check matrices, so cut the first stable release rather than a 0.x: - PHP_RDUMP_VERSION, package.xml <release>/<api> -> 1.0.0. - package.xml <stability> beta -> stable, date and notes updated. - CHANGELOG 0.1.0 -> 1.0.0. https://claude.ai/code/session_017skw8BsHkF8wur7Pf4G9W5
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Cuts the first stable release. The public API is small (
rdump_dumpandrdump_set_oom_dump, plus a handful of INI settings) and has been exercisedacross the build (7.0–8.5 × NTS/ZTS), arm64, reli-cross-version, and leak-check
matrices, so 1.0.0 rather than a 0.x is warranted — and it commits us to keeping
that API backward-compatible until a 2.0.
Changes
PHP_RDUMP_VERSIONandpackage.xml<release>/<api>→ 1.0.0.package.xml<stability>beta → stable (sopecl install package.xmlresolves it without a
-betaqualifier), with<date>/<notes>updated.CHANGELOG.md0.1.0 → 1.0.0.The version is in sync across the header,
package.xml(<release>and<api>), so thev1.0.0tag will pass the release workflow's version-sync gate.After merge: tag
v1.0.0to trigger the release workflow and submit the repo toPackagist (see
RELEASING.md).https://claude.ai/code/session_017skw8BsHkF8wur7Pf4G9W5
Generated by Claude Code