Prepare 0.8.15 release#298
Merged
Merged
Conversation
Contributor
|
Chat app preview removed for |
There was a problem hiding this comment.
Pull request overview
Prepares the repository for publishing llamadart 0.8.15 and the LiteRT-LM SwiftPM companion 0.0.5, updating release notes and “current install” documentation to reflect the new versions and Apple runtime guidance.
Changes:
- Bump versions to
llamadart 0.8.15andllamadart_litert_lm_flutter 0.0.5(plus update the chat app lockfile path version). - Roll “Unreleased” release notes forward to
0.8.15/0.0.5and update the website “Recent Releases” page. - Update docs/install snippets and platform guidance for Flutter Apple companion package behavior.
Reviewed changes
Copilot reviewed 12 out of 13 changed files in this pull request and generated 8 comments.
Show a summary per file
| File | Description |
|---|---|
| website/docs/platforms/support-matrix.md | Updates Apple companion-package guidance in the support matrix. |
| website/docs/guides/backend-selection.md | Updates backend selection guidance for Flutter Apple companion package precedence. |
| website/docs/getting-started/installation.md | Updates install snippets to ^0.8.15 / ^0.0.5 and revises Apple runtime guidance. |
| website/docs/changelog/recent-releases.md | Promotes “Unreleased” highlights to the 0.8.15 section. |
| README.md | Updates install snippets and Apple runtime guidance to the new versions. |
| pubspec.yaml | Bumps core package version to 0.8.15. |
| packages/llamadart_llama_cpp_flutter/README.md | Updates core dependency snippet to ^0.8.15. |
| packages/llamadart_litert_lm_flutter/README.md | Updates companion docs/snippets for 0.0.5 and Apple guidance. |
| packages/llamadart_litert_lm_flutter/pubspec.yaml | Bumps companion version to 0.0.5. |
| packages/llamadart_litert_lm_flutter/example/README.md | Updates example guidance for companion usage. |
| packages/llamadart_litert_lm_flutter/CHANGELOG.md | Promotes “Unreleased” notes to 0.0.5. |
| example/chat_app/pubspec.lock | Updates the path-resolved llamadart version to 0.8.15. |
| CHANGELOG.md | Promotes “Unreleased” notes to 0.8.15. |
💡 Add Copilot custom instructions for smarter, more guided reviews. Learn how to get started.
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
llamadart 0.8.15from the accumulated Unreleased changesllamadart_litert_lm_flutter 0.0.5for the consolidated iOS/macOS SwiftPM runtimellamadart_llama_cpp_flutter 0.0.9and native llama.cppb9935unchangedProduction-readiness scope
b9935remains the validated pin.Completeness checklist
Release versions
llamadartllamadart_litert_lm_flutterllamadart_llama_cpp_flutterBoth prepared versions currently return 404 from their pub.dev version endpoints, so there is no version collision.
Test Plan
dart format --output=none --set-exit-if-changed .dart analyze lib test hook tool: no issuesdart run tool/testing/verify_release_docs_versions.dartdart pub publish --dry-run: 0 warnings, 1 MB archiveflutter pub publish --dry-runfor LiteRT-LM companion: 0 warnings, 3 KB archive./tool/docs/build_site.sh./tool/docs/validate_links.shgit diff --checkThe root-wide analyzer sees missing dependencies in separately managed example packages when they have not each run their own package resolution. All changed/code-owned paths were analyzed directly; CI installs its complete matrix.
Matrix Evidence
Publication boundary
Merging this release-prep PR is explicit approval to publish. The post-merge workflow will:
llamadart_litert_lm_flutter 0.0.5v0.8.15Review Notes
48a05b542.