Back-merge v1.1.0 release and bump develop to 1.2.0-SNAPSHOT#236
Merged
Conversation
Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
Review Summary by QodoBack-merge v1.1.0 release and bump to 1.2.0-SNAPSHOT WalkthroughsDescription• Back-merge v1.1.0 release into develop branch • Update Package.swift to v1.1.0 download URL and checksum • Bump gradle.properties VERSION_NAME to 1.2.0-SNAPSHOT Diagramflowchart LR
main["main branch<br/>v1.1.0 release"] -- "back-merge" --> develop["develop branch"]
develop -- "update version" --> snapshot["1.2.0-SNAPSHOT"]
File Changes1. Package.swift
|
There was a problem hiding this comment.
Pull request overview
Back-merges the v1.1.0 release state into develop and advances development versioning to the next snapshot, keeping the SPM binary target aligned with the latest published release while moving Gradle publishing forward for ongoing work.
Changes:
- Updates
Package.swiftSPM binary target URL/checksum to thev1.1.0release artifact. - Bumps
VERSION_NAMEingradle.propertiesfrom1.1.0to1.2.0-SNAPSHOT.
Reviewed changes
Copilot reviewed 2 out of 2 changed files in this pull request and generated no comments.
| File | Description |
|---|---|
| Package.swift | Points the SPM binary target to the v1.1.0 GitHub Release artifact and updates its checksum. |
| gradle.properties | Advances the project version to 1.2.0-SNAPSHOT for post-release development publishing. |
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.
What
Back-merges
mainintodevelopafter the v1.1.0 release, then bumps the version to1.2.0-SNAPSHOT.Changes included
v1.1.0download, checksum updated to28b0d80da0bdce65eca3eafd4f836e4dcd49e10f2fcf7ea8c38eb8aa31e2be6f(post-tag commit9cbd50aon main)VERSION_NAMEbumped from1.1.0→1.2.0-SNAPSHOTHow to merge
Squash-merge only (ruleset on
developforbids merge commits).