Skip to content

chore: bump version to 0.5.0 - #11

Merged
paulprogrammer merged 1 commit into
mainfrom
release/v0.5.0
Jul 16, 2026
Merged

chore: bump version to 0.5.0#11
paulprogrammer merged 1 commit into
mainfrom
release/v0.5.0

Conversation

@paulprogrammer

Copy link
Copy Markdown
Owner

Minor version bump for the v0.5.0 release. Highlights since v0.4.0:

  • Unified test harness: llmlang test subcommand — discovers collocated M "test" functions, executes each in an isolated sandboxed process with TEST_DATA_DIR injection, trap-wrapped panic capture, tns timing, text/json output, POSIX exit codes
  • MCP: new run_symbol_tests tool mapping test failures to AST fingerprints
  • Compiler: new E019 diagnostic (M "test" must target a function definition); test definitions stripped from production targets
  • Runtime: panic messages recoverable in trap fallbacks via env "LLM_PANIC_MSG"
  • Deps: dependabot bumps (anyhow, inkwell, pest family); removed unused anyhow/pest/pest_derive
  • CI: fixed chronic macOS failure (mock server hardening in llm-test)

After merge, tagging v0.5.0 will 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

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>
@paulprogrammer
paulprogrammer merged commit 3ebb79d into main Jul 16, 2026
2 checks passed
@paulprogrammer
paulprogrammer deleted the release/v0.5.0 branch July 16, 2026 19:57
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.

1 participant