- *(wasm)* Implement API as WASM module - Implement (fairly naive) sentence casing
0.5.5
Bug Fixes
- *(tooling)* Stop CI from pretending to be a source tarball
0.5.4
Bug Fixes
- *(tooling)* Checkout repo history so CI deploy correctly packages source files
0.5.3
Features
- *(tooling)* Use git-cliff to generate a changelog
Bug Fixes
- *(build)* Package Python manifest in source distribution - *(lua)* Hold back mlua build version to not break old LuaRocks
0.5.2
Features
- *(python)* Implement API as Python module
Bug Fixes
- *(build)* Do not distribute main man page, makes dist require Rust tooling - *(build)* Avoid the perceived need for an extra automake cycle in dist tarball - *(build)* Make sure rockspec generation still works in source tarballs
0.5.1
Features
- *(lua)* Export version so Lua module can inspect itself - *(lua)* Bring lowercase() and uppercase() functions to Lua API