# mlua-tinywasm Changelog ## [0.1.4] - 2024-10-29 ### Changed - [#10](https://gitlab.com/megalithic-llc/mlua-tinywasm/-/issues/10) Upgrade from mlua 0.9.9 → 0.10.0 ## [0.1.3] - 2024-10-19 ### Changed - [#9](https://gitlab.com/megalithic-llc/mlua-tinywasm/-/issues/9) Upgrade rust 1.81.0 → 1.82.0 ## [0.1.2] - 2024-09-27 ### Changed - [#8](https://gitlab.com/megalithic-llc/mlua-tinywasm/-/issues/8) Upgrade rust 1.79.0 → 1.81.0 - [#7](https://gitlab.com/megalithic-llc/mlua-tinywasm/-/issues/7) Upgrade tinywasm 0.7.0 → 0.8.0 ## [0.1.1] - 2024-07-06 ### Changed - [#6](https://gitlab.com/megalithic-llc/mlua-tinywasm/-/issues/6) Upgrade rust 1.76.0 → 1.79.0 - [#5](https://gitlab.com/megalithic-llc/mlua-tinywasm/-/issues/5) Upgrade tinywasm 0.5.0+0302008 → 0.7.0 ## [0.1.0] - 2024-03-20 ### Added - [#4](https://gitlab.com/megalithic-llc/mlua-tinywasm/-/issues/4) Support the WasmValue struct - [#3](https://gitlab.com/megalithic-llc/mlua-tinywasm/-/issues/3) Support the Imports struct - [#2](https://gitlab.com/megalithic-llc/mlua-tinywasm/-/issues/2) Support the Module and ModuleInstance structs - [#1](https://gitlab.com/megalithic-llc/mlua-tinywasm/-/issues/1) Support the Store struct