Skip to content

Latest commit

 

History

History
63 lines (43 loc) · 1.91 KB

CHANGELOG.md

File metadata and controls

63 lines (43 loc) · 1.91 KB

Changelog

v0.6.0 (2024-09-18)

  • Update dependencies (#46, #48, #49, #50, #51, #52)
  • Breaking change: Fix crash when parsing <metadatagroup> (#54)

v0.5.0 (2024-02-14)

  • Add support for reading 3MF files (#28, #32)
  • Don't require actual files when reading/writing 3MF (#31)
  • Accept Into<Model> in write (#33)
  • Update dependencies (#34, #36, #37, #39)
  • Update README (#40)

v0.4.0 (2023-02-17)

  • Switch to Serde for writing XML (#22)

v0.3.1 (2022-05-24)

  • Remove unused bzip2 dependency (#12, #13)

v0.3.0 (2022-04-13)

  • Re-export write::Error from root module (#9)
  • Accept &Path instead of PathBuf in write #10

v0.2.0 (2021-11-20)

  • Use f64 to represent numbers (#6)

v0.1.0 (2021-10-24)

Initial release.