chore: prepare 0.8.10 release#249
Merged
Merged
Conversation
Contributor
|
Chat app preview removed for |
There was a problem hiding this comment.
Pull request overview
Prepares the llamadart core package for the 0.8.10 release by promoting release notes out of Unreleased and aligning all “current install snippet” documentation and example lockfiles with the new version number.
Changes:
- Bumped the core package version to
0.8.10inpubspec.yaml(and the chat app path lockfile). - Promoted current release notes from
## Unreleasedto## 0.8.10in bothCHANGELOG.mdand the website “Recent Releases” page. - Updated README + installation docs + companion package READMEs to reference
llamadart: ^0.8.10.
Reviewed changes
Copilot reviewed 7 out of 8 changed files in this pull request and generated no comments.
Show a summary per file
| File | Description |
|---|---|
website/docs/getting-started/installation.md |
Updates install snippets to llamadart: ^0.8.10. |
website/docs/changelog/recent-releases.md |
Promotes “Unreleased” notes to the 0.8.10 section on the website. |
README.md |
Updates top-level install snippets to llamadart: ^0.8.10. |
pubspec.yaml |
Bumps core package version from 0.8.9 to 0.8.10. |
packages/llamadart_llama_cpp_flutter/README.md |
Aligns companion README install snippet with llamadart: ^0.8.10. |
packages/llamadart_litert_lm_flutter/README.md |
Aligns companion README install snippet with llamadart: ^0.8.10. |
example/chat_app/pubspec.lock |
Updates the path-resolved llamadart version to 0.8.10. |
CHANGELOG.md |
Promotes release notes from ## Unreleased to ## 0.8.10. |
💡 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
llamadartpackage for0.8.10.Unreleasedto0.8.10inCHANGELOG.mdand the current docs recent releases page.0.8.10prep version.Release scope
llamadart0.8.10.llamadart_llama_cpp_flutter0.0.6,llamadart_litert_lm_flutter0.0.2.llamadart0.8.9,llamadart_llama_cpp_flutter0.0.6,llamadart_litert_lm_flutter0.0.2.Test Plan
dart pub get(cd example/chat_app && flutter pub get); kept only the root path package lockfile version changedart format --output=none --set-exit-if-changed .dart run tool/testing/verify_release_docs_versions.dartdart run tool/testing/test_matrix.dart --tier targeted | grep -F release-doc-version-consistencydart analyze(exit 0; reports existing info-level lints only)dart test -p vm -j 1 --exclude-tags local-onlydart test -p chrome --exclude-tags local-only./tool/docs/build_site.sh./tool/docs/validate_links.shdart pub publish --dry-rungit diff --check origin/main...HEAD