All notable changes to this project will be documented in this file.
The format is based on Keep a Changelog, and this project adheres to Semantic Versioning.
0.2.1 - 2025-08-13
- Handle parsing header when lines end in \r\n
0.2.0 - 2025-08-13
- Rename some API to be more consistent (ChunkPlyFile -> PlyChunkedReader, PlyFileDeserializer -> PlyReader)
- Improve API & documentation
- Serialize with "SerializeOptions" builder for a terser API & ability to set
obj_info.
- Add doc tests
- Fix release-plz
- Removed ListCountU8 as it's the default anyway
0.1.1 - 2025-08-12
- Correct license
- Change GitHub link again
- Initial release