Skip to content

v0.3.0

Choose a tag to compare

@github-actions github-actions released this 06 Oct 18:32
· 155 commits to main since this release

Added

  • usage-rules.md file with comprehensive LLM usage documentation for when Typster is used as a dependency
  • CLAUDE.md for project-specific LLM instructions
  • AGENTS.md for agent-specific documentation
  • Precompiled NIF binaries support via rustler_precompiled
  • Precompiled binaries for macOS (ARM64 and x86_64) and Linux (ARM64 and x86_64)
  • GitHub Actions workflow for automated NIF builds on releases
  • Environment variable TYPSTER_BUILD to force local compilation when needed

Changed

  • Updated comemo dependency to v0.5
  • Made rustler dependency optional (only needed when building from source)
  • Switched from use Rustler to use RustlerPrecompiled in Native module
  • Updated installation instructions in README to reflect precompiled binary availability