Prepare 0.8.3 release#228
Merged
Merged
Conversation
There was a problem hiding this comment.
Pull request overview
Prepares the llamadart repository for the 0.8.3 patch release by bumping the package version and updating release notes + install snippets to reflect ^0.8.3, with the release notes focused on the Windows CUDA backend discovery fix from #227.
Changes:
- Bumped core package version to
0.8.3. - Promoted the Windows CUDA backend discovery fix into the
0.8.3changelog/recent-releases sections. - Updated “getting started” install snippets (root + website + companion-package READMEs) to reference
llamadart: ^0.8.3.
Reviewed changes
Copilot reviewed 7 out of 7 changed files in this pull request and generated no comments.
Show a summary per file
| File | Description |
|---|---|
pubspec.yaml |
Bumps core package version to 0.8.3. |
CHANGELOG.md |
Creates the 0.8.3 section and records the Windows CUDA discovery fix. |
website/docs/changelog/recent-releases.md |
Adds 0.8.3 highlights for docs site “Recent Releases”. |
README.md |
Updates install snippets to llamadart: ^0.8.3. |
website/docs/getting-started/installation.md |
Updates install snippets to llamadart: ^0.8.3. |
packages/llamadart_llama_cpp_flutter/README.md |
Updates core dependency snippet to ^0.8.3. |
packages/llamadart_litert_lm_flutter/README.md |
Updates core dependency snippet to ^0.8.3. |
💡 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.
Summary
llamadartpackage version to0.8.3.Unreleasedinto the0.8.3changelog section.^0.8.3.Release Scope
Release Gate Evidence
llamadartlatest is0.8.2, so0.8.3is the next patch release.release-companion-pub-gate: verifiedllamadart_llama_cpp_flutter0.0.3andllamadart_litert_lm_flutter0.0.2exist on pub.dev before the core tag.release-representative-smokes: runtime behavior covered by fix: load Windows backend modules with altered search path #227 validation; the RTX 5050 Windows CUDA smoke loadedggml-cuda.dllfrom.dart_tool/libwith the native bundle directory not onPATHand enumerated the GPU successfully.Validation
dart run tool/testing/test_matrix.dart --tier releasedart format --output=none --set-exit-if-changed .dart analyzedart test- 1817 passed, 6 skipped./tool/docs/build_site.sh./tool/docs/validate_links.shdart pub publish --dry-run- 0 warnings