chore: bump to v0.1.6 and add CHANGELOG.md#13
Merged
Conversation
Aligns Version with the next sequential release tag (v0.1.5 -> v0.1.6). The constant had drifted to v0.1.7 in df7e629 without an accompanying tag; this commit re-syncs them before tagging v0.1.6. Co-Authored-By: Claude Opus 4.7 (1M context) <noreply@anthropic.com>
Keep-a-Changelog format. Starts at v0.1.6 to document the b9222 bump, the libcommon -> libllama-common ABI rename, and the new linux-arm64 build path. Earlier versions (v0.1.0 - v0.1.5) intentionally not backfilled; their history lives in git. Co-Authored-By: Claude Opus 4.7 (1M context) <noreply@anthropic.com>
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
Versionconstant with the next release tag:v0.1.7(drifted) →v0.1.6. The constant had jumped tov0.1.7in df7e629 without an accompanying tag; this re-syncs so the next tag matches the source.CHANGELOG.md(Keep-a-Changelog format) starting at v0.1.6, documenting the b9222 bump, thelibcommon→libllama-commonABI rename, the newlinux-arm64build path, and the gcc-12 / spirv-headers / mtmd-header toolchain fixes.Earlier versions (v0.1.0 – v0.1.5) intentionally not backfilled — their history lives in git.
Test plan
version.goparses (single-line constant edit)v0.1.6against the merge commit🤖 Generated with Claude Code