Skip to content

pluginlab@0.4.1

Choose a tag to compare

@github-actions github-actions released this 24 Jul 08:44
· 74 commits to master since this release

🚀 New Features

CI/CD Improvements

Added pre-release workflow that automatically uploads wasm files as assets when tags are created (#7). Available on the releases page.

🔧 Infrastructure & Tooling

Build System Refactoring

  • Migrated from Node.js-based prepareWasmFiles.ts to shell script prepare-wasm-files.sh to avoid the need of nodeJS runtime on the rust CI workflow
  • Added test-mono command to justfile for running tests without parallelism
  • Optimized build process by deduplicating C plugin builds

📚 Documentation

Enhanced Documentation

  • Added comprehensive CI section to root README explaining the continuous integration setup
  • Updated pluginlab README with detailed CI workflow information
  • Improved project documentation for better developer onboarding

📦 Versioning

This release introduces a versioning of the plugins compiled to wasm, so that an old pluginlab binary could use compatible plugins.

Full Changelog: 0.4.0...0.4.1