Skip to content

v1.8.0

Compare
Choose a tag to compare
@lopopolo lopopolo released this 01 Jan 07:23
1b7def1

Release 1.8.0 of intaglio.

intaglio is available on crates.io.

Testing improvements

  • Ensure MSRV CI job overrides the active Rust version. #176
  • Add code coverage CI job. #177, #178, #179, #185.
  • Add coverage for SymbolOverflowError derives and trait impls. #180
  • Add tests for From impls on Symbol. #181
  • Add tests for converting Symbol into primitive integer values. #182
  • Disable LeakSanitizer tests on macOS. #201

Quality improvements

  • Remove dead code from internal module. #183
  • Warn on clippy::undocumented_unsafe_blocks. #184
  • Fix clippy lint violations in new stable 1.65.0. #196