Skip to content

Releases: EmbarkStudios/toml-span

0.7.1

06 Mar 07:21

Choose a tag to compare

Added

  • PR#21 set the MSRV to 1.70.0.

0.7.0

06 Feb 09:13

Choose a tag to compare

Added

  • PR#20 added support for version 1.1 of the TOML spec. Thanks @wolfv!

0.6.0

23 Oct 15:31

Choose a tag to compare

Changed

  • PR#18 updated codespan-reporting to 0.13.

0.5.2

11 Jun 10:55

Choose a tag to compare

Fixed

  • PR#16 adding the missing package.repository field to point the workspace.

0.5.1

20 May 13:47

Choose a tag to compare

Fixed

  • PR#14 fixed an issue where subtables were not correctly created with dotted keys. Thanks @hacrvlq!

0.5.0

03 Apr 12:13

Choose a tag to compare

Changed

  • PR#12 updated codespan-reporting to 0.12, and update to edition 2024.

0.4.1

19 Dec 08:57

Choose a tag to compare

Added

  • PR#11 resolved #10 by adding span information for tables.

0.4.0

16 Dec 15:15

Choose a tag to compare

Changed

  • PR#9 added value to ErrorKind::UnexpectedValue.

0.3.0

26 Jun 21:35

Choose a tag to compare

Changed

  • PR#7 implemented Borrow<str> for Key, making the API much more ergonomic.

0.2.1

13 Jun 11:57

Choose a tag to compare

Changed

  • PR#6 updates crates and fixed a lint.

Fixed

  • PR#4 added the missing repository field in the toml-span package manifest.
  • PR#5 fixed the crate package missing the LICENSE-* files and CHANGELOG.md.