docs: add CHANGELOG.md covering v0.10.* releases#4
Open
iamstuffed wants to merge 1 commit into
Open
Conversation
Aggregates the per-release GitHub Release notes for v0.10.0 through v0.10.6 into a single file at the repo root. Each entry cites the upstream leap-android-sdk commit SHA and the PR(s) that produced the XCFrameworks, plus a compare link for the full commit list. The narrative content matches the published GitHub Releases on this repo (verified against gh release view <tag>); the new file makes the same content discoverable from source checkouts and from package managers that surface CHANGELOG.md (Swift Package Index, etc.) without requiring a GitHub round-trip.
There was a problem hiding this comment.
Pull request overview
Adds a top-level CHANGELOG.md to make the v0.10.* SwiftPM distribution release notes discoverable from source checkouts, aggregating the existing per-release narrative and linking back to upstream leap-android-sdk commits/PRs.
Changes:
- Introduces a new
CHANGELOG.mdwith entries for v0.10.0 through v0.10.6. - Includes upstream commit SHAs, referenced PRs, and compare links for each release.
- Documents key API/binary distribution changes for SwiftPM consumers (notably around v0.10.6 and v0.10.4.x).
💡 Add Copilot custom instructions for smarter, more guided reviews. Learn how to get started.
| - `requestDownloadModel(forceDownload: false)` short-circuits only when both the cached manifest *and* every resource it references are present on disk. | ||
| - Cached-file lookup uses Ktor URL parsing for fragments / query strings. | ||
|
|
||
| **XCFramework assets (SPM):** `LeapSDK`, `LeapModelDownloader`, `LeapOpenAIClient`, `LeapUi`. |
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.
Summary
Adds a top-level
CHANGELOG.mdaggregating the per-release notes for v0.10.0 through v0.10.6 of the leap-sdk SPM distribution.Each release section cites:
leap-android-sdkcommit SHA the XCFrameworks were built fromleap-android-sdkthat produced the changesThe narrative content matches the existing GitHub Release bodies on this repo — same source material, deduplicated and committed alongside
Package.swiftso it's discoverable from source checkouts, Swift Package Index, and any tooling that surfaces `CHANGELOG.md` without a GitHub round-trip.Scope
Only
v0.10.*releases. Earlier (0.9.x and below) releases are unchanged. SNAPSHOT / pre-release tags are intentionally omitted.Test plan