pluginlab@0.4.1
·
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.tsto shell scriptprepare-wasm-files.shto avoid the need of nodeJS runtime on the rust CI workflow - Added
test-monocommand 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