# mlua-json Changelog ## [1.0.0] - 2024-10-29 ### Changed - [#6](https://gitlab.com/megalithic-llc/mlua-json/-/issues/7) Upgrade mlua from 0.9.9 → 0.10.0 ## [0.1.1] - 2024-10-19 ### Changed - [#5](https://gitlab.com/megalithic-llc/mlua-json/-/issues/5) Upgrade serde_json from 1.0.122 → 1.0.132 - [#4](https://gitlab.com/megalithic-llc/mlua-json/-/issues/4) Upgrade Rust from 1.76.0 → 1.82.0 ## [0.1.0] - 2024-08-11 ### Added - [#3](https://gitlab.com/megalithic-llc/mlua-json/-/issues/3) Support use as a library - [#2](https://gitlab.com/megalithic-llc/mlua-json/-/issues/2) Implement decode fn - [#1](https://gitlab.com/megalithic-llc/mlua-json/-/issues/1) Implement encode fn