chore: bump version to 0.5.0 - #11
Merged
Merged
Conversation
Minor release: unified test harness (llmlang test), run_symbol_tests MCP tool, E019 diagnostic, panic-message recovery in trap fallbacks via LLM_PANIC_MSG. Co-Authored-By: Claude Fable 5 <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.
Minor version bump for the v0.5.0 release. Highlights since v0.4.0:
llmlang testsubcommand — discovers collocatedM "test"functions, executes each in an isolated sandboxed process withTEST_DATA_DIRinjection, trap-wrapped panic capture,tnstiming, text/json output, POSIX exit codesrun_symbol_teststool mapping test failures to AST fingerprintsE019diagnostic (M "test"must target a function definition); test definitions stripped from production targetsenv "LLM_PANIC_MSG"After merge, tagging
v0.5.0will trigger the Release workflow to build and publish binaries for linux-x86_64, linux-arm64, macos-arm64, and alpine-x86_64.🤖 Generated with Claude Code