Prepare 0.8.20 release - #343
Merged
Merged
Conversation
Contributor
|
Chat app preview removed for |
There was a problem hiding this comment.
Pull request overview
Prepares the llamadart 0.8.20 release (plus companion package bumps) by updating package versions and aligning user-facing installation snippets and release notes across the README, website docs, companion package docs, and the chat-app path lockfile.
Changes:
- Bumped core and companion package versions (
llamadart0.8.20,llamadart_llama_cpp_flutter0.0.14,llamadart_litert_lm_flutter0.0.10). - Updated install snippets in README and website installation docs to reference the new versions.
- Finalized 0.8.20 release notes in changelogs and refreshed
example/chat_apppath dependency lock versions.
Reviewed changes
Copilot reviewed 11 out of 12 changed files in this pull request and generated no comments.
Show a summary per file
| File | Description |
|---|---|
pubspec.yaml |
Bumps core package version to 0.8.20. |
CHANGELOG.md |
Finalizes release notes under ## 0.8.20. |
README.md |
Updates installation snippets to ^0.8.20 / new companion versions. |
website/docs/getting-started/installation.md |
Updates website installation snippets for 0.8.20 and companion versions. |
website/docs/changelog/recent-releases.md |
Promotes release highlights to ## 0.8.20 and refines bullets. |
packages/llamadart_llama_cpp_flutter/pubspec.yaml |
Bumps companion version to 0.0.14. |
packages/llamadart_llama_cpp_flutter/README.md |
Updates companion install snippet to ^0.0.14 (and core to ^0.8.20). |
packages/llamadart_llama_cpp_flutter/CHANGELOG.md |
Finalizes companion release notes under ## 0.0.14. |
packages/llamadart_litert_lm_flutter/pubspec.yaml |
Bumps companion version to 0.0.10. |
packages/llamadart_litert_lm_flutter/README.md |
Updates companion install snippet to ^0.0.10 (and core to ^0.8.20). |
packages/llamadart_litert_lm_flutter/CHANGELOG.md |
Finalizes companion release notes under ## 0.0.10. |
example/chat_app/pubspec.lock |
Updates path-locked versions to match the new release versions. |
💡 Add a code-review agent skill or configure MCP servers for context-aware, tailored reviews. Learn more in the docs.
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
llamadart0.8.20,llamadart_llama_cpp_flutter0.0.14, andllamadart_litert_lm_flutter0.0.10.code_assets1.x and 2.x so current consumers retain compatibility and pub.dev resolves the latest supported toolchain.Opening this PR does not publish packages or create tags. Merging the release-prep branch is the guarded publication boundary handled by
release_on_prep_merge.yml.Production-readiness scope
code_assets1.x and 2.x.code_assetsdependency constraint.Completeness checklist
PR type guidance
code_assetsconstraint is validated at both major-version bounds.Test Plan
dart format --output=none --set-exit-if-changed .— no changed Dart sources; the full command reports four pre-existing formatter deltas under the newer local SDK. Pana's packaged-source formatting gate passed.dart analyzedart test -p vm -j 1 --exclude-tags local-only— 1,411 passed, 66 skipped.dart test -p chrome --exclude-tags local-only— 766 passed, 1 existing skip.flutter testinexample/chat_app— 336 passed.dump-package.dart test test/unit/hook -j 1with Dart 3.13.1 +code_assets2.0.0 — 77 passed.code_assets1.0.0 — PASS.dart run tool/testing/check_platform_boundaries.dartdart run tool/testing/verify_release_docs_versions.dart./tool/docs/build_site.sh./tool/docs/validate_links.shflutter pub publish --dry-runfrom clean temporary copies — 0 warnings.git diff --checkMatrix Evidence
code_assetscompatibilityReview Notes
0d0d1a28ca78dcc0dd59c6dcb38d1ae7025f3354; mergeable/CLEAN; 0 review threads.