Skip to content

Latest commit

 

History

History
41 lines (24 loc) · 1.01 KB

File metadata and controls

41 lines (24 loc) · 1.01 KB

Changelog

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

Fixed

  • Handle parsing header when lines end in \r\n

0.2.0 - 2025-08-13

Added

  • 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.

Other

  • Add doc tests
  • Fix release-plz
  • Removed ListCountU8 as it's the default anyway

0.1.1 - 2025-08-12

Fixed

  • Correct license

Other

  • Change GitHub link again

[0.1.0]

Added

  • Initial release