Skip to content

Prepare 0.8.3 release#228

Merged
leehack merged 1 commit into
mainfrom
release/0.8.3-prep
Jun 19, 2026
Merged

Prepare 0.8.3 release#228
leehack merged 1 commit into
mainfrom
release/0.8.3-prep

Conversation

@leehack

@leehack leehack commented Jun 19, 2026

Copy link
Copy Markdown
Owner

Summary

  • Bump the core llamadart package version to 0.8.3.
  • Move the Windows CUDA backend discovery fix from Unreleased into the 0.8.3 changelog section.
  • Update current install snippets and recent-release docs to use ^0.8.3.

Release Scope

Release Gate Evidence

  • Latest pub.dev core version check: llamadart latest is 0.8.2, so 0.8.3 is the next patch release.
  • release-companion-pub-gate: verified llamadart_llama_cpp_flutter 0.0.3 and llamadart_litert_lm_flutter 0.0.2 exist 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 loaded ggml-cuda.dll from .dart_tool/lib with the native bundle directory not on PATH and enumerated the GPU successfully.

Validation

  • dart run tool/testing/test_matrix.dart --tier release
  • dart format --output=none --set-exit-if-changed .
  • dart analyze
  • dart test - 1817 passed, 6 skipped
  • ./tool/docs/build_site.sh
  • ./tool/docs/validate_links.sh
  • dart pub publish --dry-run - 0 warnings

Copilot AI review requested due to automatic review settings June 19, 2026 12:37

Copilot AI left a comment

Copy link
Copy Markdown

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

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.3 changelog/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.

@github-actions

github-actions Bot commented Jun 19, 2026

Copy link
Copy Markdown
Contributor

Chat app preview removed for leehack/llamadart-chat-pr-228.

@leehack leehack merged commit ad48b13 into main Jun 19, 2026
14 checks passed
@leehack leehack deleted the release/0.8.3-prep branch June 19, 2026 12:54
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants