v0.12.0
What's Changed
- Update specification tests by @apasel422 in #164
- Minor documentation cleanup by @apasel422 in #165
- Do not enable indexmap dependency unless something else enables it by @apasel422 in #167
- Exclude benches and fuzz directories from publication by @apasel422 in #166
- Clean up specification_tests by @apasel422 in #168
- Update specification tests by @apasel422 in #172
- Update specification tests by @apasel422 in #173
- Use buffer reader for specification tests by @apasel422 in #175
- Extract common logic for parsing list and dictionary by @apasel422 in #171
- Test display-string parsing errors by @apasel422 in #174
- Miscellaneous cleanup by @apasel422 in #176
- Replace escapes with raw strings in tests by @apasel422 in #177
- Replace Result with Option in list/dictionary serialization by @apasel422 in #178
- Rework the lifetimes on visitors by @martinthomson in #180
- Implement forwarding visitors for Option by @apasel422 in #184
- Group imports with StdExternalCrate by @apasel422 in #181
- Address Clippy issues by @apasel422 in #182
- Update checkout action by @martinthomson in #187
- Fix clippy::pedantic errors by @martinthomson in #186
- Run cargo directly in github actions by @valenting in #189
- Fix typos in visitor documentation by @apasel422 in #190
New Contributors
- @martinthomson made their first contribution in #180
Full Changelog: v0.11.0...v0.12.0