# Changelog All notable changes to this project will be documented in this file. The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/), and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html). ## [Unreleased] ## [0.1.2] - 2022-11-12 ### Fixed - Various issues in `codec_bench` ([#12](https://github.com/yzsolt/meshopt-rs/pull/12)) ## [0.1.1] - 2022-10-09 ### Added - `Position` trait implementation for `[f32; 3]` ([#10](https://github.com/yzsolt/meshopt-rs/pull/10)) ### Fixed - README after crates.io release ([#9](https://github.com/yzsolt/meshopt-rs/pull/9)) ## [0.1.0] - 2022-10-03 ### Added - Initial implementation, based on meshoptimizer v0.15