chore: Bump version to v0.10.0#1183
Merged
Merged
Conversation
barhanc
approved these changes
May 25, 2026
mkopcins
approved these changes
May 25, 2026
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.
Description
Step 9 of the minor release process: bumps
mainto the next development cycle now thatrelease/0.9has been cut. Bumps the 3 package.json versions (core, bare-resource-fetcher, expo-resource-fetcher) to 0.10.0, bumpsLIB_VERSIONto 0.10.0 (soVERSION_TAGresolves toresolve/v0.10.0), and bumpsPREVIOUS_VERSION_TAGtoresolve/v0.9.0. The two deprecated Llama 3.2 QLoRA aliases now inline theirresolve/v0.8.0pin (those files only exist at v0.8.0).RELEASE.mdis updated to describe theVERSION_TAG(dev) /PREVIOUS_VERSION_TAG(latest stable) convention.Important
Merge AFTER v0.9.0 has been tagged and published to npm. The daily nightly publish workflow runs against
main, so merging earlier would cause nightlies to start tagging as0.10.0-*before0.9.0is on thelatestdist-tag.Introduces a breaking change?
Type of change
Tested on
Testing instructions
N/A — pure version bump on
main; v0.10.0 is in development, no release artifacts exist yet.Screenshots
Related issues
Checklist
Additional notes
The QLoRA pin previously rode on
PREVIOUS_VERSION_TAG = resolve/v0.8.0; inlining it letsPREVIOUS_VERSION_TAGcarry its intended "latest stable" meaning going forward.