chore[vla]: bump @qvac/vla-ggml to 0.1.0 for initial release#2134
Merged
Conversation
The package was scaffolded directly at 0.2.0 but never published to npm. Rewinding to 0.1.0 so the public npm history starts at the proper initial release. Folds the substantive user-facing items from the old 0.2.0 entry (return shape, input validation, GGUF guards, integration test) into a single initial-release CHANGELOG entry; drops internal refactor / dep-bump rationale that doesn't belong in a first-release changelog.
Alok-Ranjan23
approved these changes
May 20, 2026
Contributor
Tier-based Approval Status |
jpgaribotti
approved these changes
May 20, 2026
Proletter
pushed a commit
that referenced
this pull request
May 24, 2026
The package was scaffolded directly at 0.2.0 but never published to npm. Rewinding to 0.1.0 so the public npm history starts at the proper initial release. Folds the substantive user-facing items from the old 0.2.0 entry (return shape, input validation, GGUF guards, integration test) into a single initial-release CHANGELOG entry; drops internal refactor / dep-bump rationale that doesn't belong in a first-release changelog.
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
@qvac/vla-ggmlfrom0.2.0to0.1.0. The package was scaffolded directly at 0.2.0 in feat[bc]: add qvac-lib-infer-vla SmolVLA addon #1784 but never published to npm, so rewinding to 0.1.0 means npm history starts at a proper initial-release version.## 0.1.0initial-release entry: keeps user-facing items from the old 0.2.0 section (return shape, input validation, GGUF guards, integration test), drops internal refactor / dep-bump rationale that doesn't belong in a first-release changelog./release vla-ggml, which will cutrelease-vla-ggml-0.1.0frommainand triggeron-merge-vla-ggml.yml.Test plan
on-pr-vla.yml, sanity checks).release-merge-guardaccepts the version + CHANGELOG on the release branch.npm view @qvac/vla-ggml versionreturns0.1.0.