chore: prepare v0.6.13 release#147
Merged
Merged
Conversation
There was a problem hiding this comment.
Pull request overview
Prepares the v0.6.13 release by updating the package version and promoting the accumulated release notes into the 0.6.13 sections, while keeping README and docs install snippets aligned with the new published version.
Changes:
- Bumped
llamadartpackage version to0.6.13and refreshed the example app path-dependency lockfile entry. - Promoted
Unreleasednotes into## 0.6.13in bothCHANGELOG.mdand the docs “Recent Releases” page. - Updated README and docs installation snippets to reference
^0.6.13.
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 |
|---|---|
website/docs/getting-started/installation.md |
Updates install snippet to llamadart: ^0.6.13. |
website/docs/changelog/recent-releases.md |
Promotes “Unreleased” section to 0.6.13 release highlights. |
README.md |
Updates dependency snippet to ^0.6.13. |
pubspec.yaml |
Bumps package version to 0.6.13. |
example/chat_app/pubspec.lock |
Updates locked path dependency version to 0.6.13. |
CHANGELOG.md |
Promotes top section from “Unreleased” to 0.6.13 and refines compatibility note wording. |
💡 Add Copilot custom instructions for smarter, more guided reviews. Learn how to get started.
Codecov Report✅ All modified and coverable lines are covered by tests. Additional details and impacted files@@ Coverage Diff @@
## main #147 +/- ##
=======================================
Coverage 78.32% 78.32%
=======================================
Files 75 75
Lines 9764 9764
=======================================
Hits 7648 7648
Misses 2116 2116
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:
|
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
0.6.13.Unreleasednotes into the0.6.13changelog section.Release scope
LlamaEngine.loadModelSource(...)native/web routing.v0.1.15+.loadModel(...)callers remain unchanged.Test Plan
dart pub get(cd example/chat_app && flutter pub get)dart format --output=none --set-exit-if-changed .dart analyzedart test./tool/docs/build_site.sh./tool/docs/validate_links.shdart pub publish --dry-runNotes
v0.6.13after this PR merges.