Prepare llamadart 0.6.15 release#159
Conversation
There was a problem hiding this comment.
Pull request overview
Prepares the llamadart 0.6.15 release by bumping the package version and promoting accumulated “Unreleased” notes into a 0.6.15 section across the changelog and docs, keeping install snippets and the example app lockfile aligned with the new version.
Changes:
- Bumped package version to
0.6.15and updated install snippets to reference^0.6.15. - Promoted “Unreleased” release notes to a
0.6.15section inCHANGELOG.mdand the docs “Recent Releases” page (including a compatibility note). - Updated the example chat app
pubspec.lockto reflect the local package version0.6.15.
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 dependency snippet to ^0.6.15. |
| website/docs/changelog/recent-releases.md | Renames the top section to 0.6.15 and adds a compatibility note. |
| README.md | Updates dependency snippet to ^0.6.15. |
| pubspec.yaml | Bumps package version to 0.6.15. |
| example/chat_app/pubspec.lock | Updates the path dependency’s resolved version to 0.6.15. |
| CHANGELOG.md | Promotes “Unreleased” notes into a 0.6.15 section and adds a compatibility note. |
💡 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 #159 +/- ##
=======================================
Coverage 78.67% 78.67%
=======================================
Files 76 76
Lines 9910 9910
=======================================
Hits 7797 7797
Misses 2113 2113
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:
|
Summary
Release notes
Validation
dart format --output=none --set-exit-if-changed .git diff --checkdart analyzedart test./tool/docs/build_site.sh./tool/docs/validate_links.shdart pub publish --dry-run(0 warnings)