# mlua-image Changelog
## [0.1.1] - 2024-01-13
### Added
- [#9](https://gitlab.com/megalithic-llc/mlua-image/-/issues/9) Support imageops: blur, flip_horizontal, flip_horizontal_in_place, flip_vertical, flip_vertical_in_place, rotate90, rotate180, rotate270
- [#7](https://gitlab.com/megalithic-llc/mlua-image/-/issues/7) Support remaining DynamicImage fns
- [#6](https://gitlab.com/megalithic-llc/mlua-image/-/issues/6) Support imageops resize()
### Changed
- [#10](https://gitlab.com/megalithic-llc/mlua-image/-/issues/10) Upgrade mlua from 0.9.2 → 0.9.4
## [0.1.0] - 2024-01-07
### Added
- [#5](https://gitlab.com/megalithic-llc/mlua-image/-/issues/5) Support DynamicImage save() and save_with_format()
- [#4](https://gitlab.com/megalithic-llc/mlua-image/-/issues/4) Support DynamicImage height(), width(), and into_bytes() accessors
- [#3](https://gitlab.com/megalithic-llc/mlua-image/-/issues/3) Support DynamicImage to_rgb8() and all other `to_` fns
- [#2](https://gitlab.com/megalithic-llc/mlua-image/-/issues/2) Support opening an image
- [#1](https://gitlab.com/megalithic-llc/mlua-image/-/issues/1) Put CI+CD in place