Skip to content

Backport v2.1.0 CI: Allow toggling semver checks off - #893

Merged
joncinque merged 1 commit into
solana-program:program@v2.1.0-mainnetfrom
joncinque:2.1.0-semver
Sep 9, 2026
Merged

Backport v2.1.0 CI: Allow toggling semver checks off#893
joncinque merged 1 commit into
solana-program:program@v2.1.0-mainnetfrom
joncinque:2.1.0-semver

Conversation

@joncinque

Copy link
Copy Markdown
Contributor

Problem

We haven't published the v2.1.0 crate, but it has some breaking changes according to cargo semver-checks, making it not possible to publish without doing a breaking release.

Summary of changes

Keep things simple, and just allow disabling the semver checks step, like with other repos. The breaking changes are an addition to an enum and some internal function signatures.

#### Problem

We haven't published the v2.1.0 crate, but it has some breaking changes
according to cargo semver-checks, making it not possible to publish
without doing a breaking release.

#### Summary of changes

Keep things simple, and just allow disabling the semver checks step,
like with other repos. The breaking changes are an addition to an enum
and some internal function signatures.
@joncinque
joncinque requested a review from grod220 September 9, 2026 11:27
@joncinque
joncinque merged commit c4fc91c into solana-program:program@v2.1.0-mainnet Sep 9, 2026
1 check passed
@joncinque
joncinque deleted the 2.1.0-semver branch September 9, 2026 12:58
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants