Prepare 0.8.16 release#303
Merged
Merged
Conversation
There was a problem hiding this comment.
Pull request overview
Prepares the llamadart 0.8.16 release by bumping package versions and aligning the primary docs/changelogs and the example app lockfile with the new release number.
Changes:
- Bumped core package version to
0.8.16and updated install snippets to reference^0.8.16. - Published release notes for
0.8.16in both the canonical changelog and the website “Recent Releases” page. - Bumped companion package versions (
llamadart_llama_cpp_flutterto0.0.10,llamadart_litert_lm_flutterto0.0.6) and aligned their README/changelog entries.
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 |
|---|---|
| website/docs/getting-started/installation.md | Updates dependency/version snippets for 0.8.16 and companion package versions. |
| website/docs/changelog/recent-releases.md | Moves release highlights into a new 0.8.16 section. |
| README.md | Updates install snippets to ^0.8.16 and companion package versions. |
| pubspec.yaml | Bumps core package version to 0.8.16. |
| packages/llamadart_llama_cpp_flutter/README.md | Updates install snippet versions for the companion package release. |
| packages/llamadart_llama_cpp_flutter/pubspec.yaml | Bumps companion version to 0.0.10. |
| packages/llamadart_llama_cpp_flutter/CHANGELOG.md | Finalizes the 0.0.10 changelog entry. |
| packages/llamadart_litert_lm_flutter/README.md | Updates install snippet versions for the companion package release. |
| packages/llamadart_litert_lm_flutter/pubspec.yaml | Bumps companion version to 0.0.6. |
| packages/llamadart_litert_lm_flutter/CHANGELOG.md | Adds the 0.0.6 changelog entry. |
| example/chat_app/pubspec.lock | Aligns the example’s path dependency lock to 0.8.16. |
| CHANGELOG.md | Promotes release notes into a new 0.8.16 section. |
💡 Add Copilot custom instructions for smarter, more guided reviews. Learn how to get started.
Contributor
|
Chat app preview removed for |
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.
Release prep
Prepares
llamadart 0.8.16. Merging this guarded release-prep branch is the publication approval boundary.Versions
llamadart0.8.16llamadart_llama_cpp_flutter0.0.10(nativeb9982)llamadart_litert_lm_flutter0.0.6(the updated core install example changes its publishable package content)Changes
0.8.16sections.Validation
dart run tool/testing/verify_release_docs_versions.dartdart test -p vm -j 1 --exclude-tags local-only: 1,296 passed; 66 documented fixture-dependent skipsdart analyze lib test toolclean (workspace-widedart analyzestill reports known unrelated nested-example dependency diagnostics)pub publish --dry-runchecks: zero warningsb9982native updateNo packages, tags, or GitHub Release are published by this PR until it is merged.