Prepare llamadart 0.6.16 release - #166
Conversation
|
@copilot review |
There was a problem hiding this comment.
Pull request overview
This PR prepares the llamadart 0.6.16 release by updating package version metadata, install snippets, lockfile state, and release notes/docs.
Changes:
- Bumps the package and tracked chat app path lockfile from
0.6.15to0.6.16. - Moves changelog content into a
0.6.16section with a compatibility note. - Adds matching
0.6.16highlights to the current docs recent releases page.
Reviewed changes
Copilot reviewed 5 out of 6 changed files in this pull request and generated no comments.
Show a summary per file
| File | Description |
|---|---|
pubspec.yaml |
Updates the package version to 0.6.16. |
README.md |
Updates the install dependency snippet to ^0.6.16. |
website/docs/getting-started/installation.md |
Updates current docs install snippet to ^0.6.16. |
CHANGELOG.md |
Converts unreleased notes into the 0.6.16 release section. |
website/docs/changelog/recent-releases.md |
Adds current-docs release highlights for 0.6.16. |
example/chat_app/pubspec.lock |
Aligns the tracked path dependency version with the package version. |
💡 Add Copilot custom instructions for smarter, more guided reviews. Learn how to get started.
Reviewed the current PR state and reran automated validation for this branch; there are no additional issues to fix from my side at this point (latest commit: |
Codecov Report✅ All modified and coverable lines are covered by tests. Additional details and impacted files@@ Coverage Diff @@
## main #166 +/- ##
=======================================
Coverage 78.44% 78.44%
=======================================
Files 76 76
Lines 9957 9957
=======================================
Hits 7811 7811
Misses 2146 2146
Flags with carried forward coverage won't be shown. Click here to find out more. ☔ View full report in Codecov by Sentry. 🚀 New features to boost your workflow:
|
# Conflicts: # website/docs/changelog/recent-releases.md
|
@copilot review |
Completed another review pass on the current branch state; I did not find additional fixes to apply at this point (latest commit: |
Summary
llamadartto0.6.16and align current install snippets plus the chat app path lockfile.mainchanges, including nativegetVramInfo()VRAM diagnostics, into the release branch.0.6.16changelog section with a compatibility note and no emptyUnreleasedsection.0.6.16highlights in the current docs recent releases page.Validation
dart format --output=none --set-exit-if-changed .dart analyzedart test -p vm -j 1 --exclude-tags local-only./tool/docs/build_site.sh./tool/docs/validate_links.shflutter pub publish --dry-run(0 warnings)