Skip to content

Bump extension to 0.2.0 + set macOS 13 deployment target - #6

Merged
CommunityPoke merged 2 commits into
mainfrom
devin/1789814850-ext-0.2.0
Sep 19, 2026
Merged

CommunityPoke merged 2 commits into
mainfrom
devin/1789814850-ext-0.2.0

Conversation

@CommunityPoke

@CommunityPoke CommunityPoke commented Sep 19, 2026

Copy link
Copy Markdown
Contributor

Summary

Two release-prep fixes:

  1. Extension version → 0.2.0 so the release .vsix reports the right version.
  2. platforms: [.macOS(.v13)] in all three Package.swift manifests. Without a deployment target, SwiftPM defaults below macOS 10.15 and the release-artifacts macOS job failed on Task/CheckedContinuation/isolation() availability errors in JSONRPCPeer. macOS 13 also covers URLSession.data(for:) used by the copilot example.

Link to Devin session: https://app.devin.ai/sessions/0acffceabb844fb8805b3911a6be2f50
Open in Devin Desktop: https://app.devin.ai/desktop/session/0acffceabb844fb8805b3911a6be2f50?variant=devin
Requested by: @CommunityPoke

CommunityPoke and others added 2 commits September 19, 2026 10:47
Co-Authored-By: Devin AI <158243242+devin-ai-integration[bot]@users.noreply.github.com>
Fixes macOS CI build: without a deployment target Swift defaults to
macOS <10.15 and flags Task/CheckedContinuation/isolation availability.
macOS 13 also covers URLSession.data(for:).

Co-Authored-By: Devin AI <158243242+devin-ai-integration[bot]@users.noreply.github.com>
@devin-ai-integration devin-ai-integration Bot changed the title Bump extension version to 0.2.0 for v0.2.0 release Bump extension to 0.2.0 + set macOS 13 deployment target Sep 19, 2026
@CommunityPoke
CommunityPoke merged commit 9e5e917 into main Sep 19, 2026
6 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.

1 participant