Skip to content

Releases: djc/instant-xml

0.6.0

11 Nov 10:08
@djc djc
0.6.0
88b33cd

Choose a tag to compare

The somewhat subtle breaking change (in interpreting namespace paths) here is from #94.

What's Changed

  • Impl (de)serialization for chrono::NaiveDateTime by @SirBrucey in #87
  • Improve handling of optional direct fields by @djc in #91
  • Use empty element tags for attribute-only types by @djc in #92
  • Make namespace paths consistently refer to full namespace by @djc in #94
  • Fix creator of serde by @sophiajt in #98
  • Bump MSRV to 1.65 for let-else by @djc in #103
  • fixed number parsing when &str contains whitespace by @vshashi01 in #102

0.5.2

20 Dec 08:43
@djc djc
0.5.2
c3125f8

Choose a tag to compare

What's Changed

  • Update thiserror requirement from 1.0.29 to 2.0.3 by @dependabot in #79
  • Elide useless lifetimes by @djc in #80
  • Fully qualify trait method calls by @djc in #85

0.5.1

23 Oct 14:14
@djc djc
0.5.1

Choose a tag to compare

What's Changed