Skip to content

Back-merge v1.1.0 release and bump develop to 1.2.0-SNAPSHOT#236

Merged
kirich1409 merged 1 commit into
developfrom
chore/back-merge-v1.1.0
Jun 3, 2026
Merged

Back-merge v1.1.0 release and bump develop to 1.2.0-SNAPSHOT#236
kirich1409 merged 1 commit into
developfrom
chore/back-merge-v1.1.0

Conversation

@kirich1409

Copy link
Copy Markdown
Contributor

What

Back-merges main into develop after the v1.1.0 release, then bumps the version to 1.2.0-SNAPSHOT.

Changes included

  • Package.swift — URL updated to v1.1.0 download, checksum updated to 28b0d80da0bdce65eca3eafd4f836e4dcd49e10f2fcf7ea8c38eb8aa31e2be6f (post-tag commit 9cbd50a on main)
  • gradle.propertiesVERSION_NAME bumped from 1.1.01.2.0-SNAPSHOT

How to merge

Squash-merge only (ruleset on develop forbids merge commits).

Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
Copilot AI review requested due to automatic review settings June 3, 2026 19:41
@qodo-code-review

Copy link
Copy Markdown

Review Summary by Qodo

Back-merge v1.1.0 release and bump to 1.2.0-SNAPSHOT

Grey Divider

Walkthroughs

Description
• 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
Diagram
flowchart LR
  main["main branch<br/>v1.1.0 release"] -- "back-merge" --> develop["develop branch"]
  develop -- "update version" --> snapshot["1.2.0-SNAPSHOT"]

Loading

Grey Divider

File Changes

1. Package.swift ⚙️ Configuration changes +2/-2

Update Package.swift to v1.1.0 release

• Updated binary target download URL from v1.0.0 to v1.1.0
• Updated checksum to match v1.1.0 release artifact

Package.swift


2. gradle.properties ⚙️ Configuration changes +1/-1

Bump version to 1.2.0-SNAPSHOT

• Bumped VERSION_NAME from 1.1.0 to 1.2.0-SNAPSHOT
• Prepares develop branch for next development cycle

gradle.properties


Grey Divider

Qodo Logo

@qodo-code-review

qodo-code-review Bot commented Jun 3, 2026

Copy link
Copy Markdown

Code Review by Qodo

🐞 Bugs (0) 📘 Rule violations (0) 📎 Requirement gaps (0)

Grey Divider

Great, no issues found!

Qodo reviewed your code and found no material issues that require review

Grey Divider

Qodo Logo

Copilot AI left a comment

Copy link
Copy Markdown

Choose a reason for hiding this comment

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

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.swift SPM binary target URL/checksum to the v1.1.0 release artifact.
  • Bumps VERSION_NAME in gradle.properties from 1.1.0 to 1.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.

@cubic-dev-ai cubic-dev-ai Bot left a comment

Copy link
Copy Markdown

Choose a reason for hiding this comment

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

No issues found across 2 files

Re-trigger cubic

@kirich1409 kirich1409 merged commit 1e15789 into develop Jun 3, 2026
10 checks passed
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