Skip to content

v0.10.0

Choose a tag to compare

@qwerty541 qwerty541 released this 17 Jun 18:45
· 508 commits to master since this release

Added

  • Implemented automatic detection of the system DNS servers on Linux, Windows and macOS platforms and its inclusion in the benchmark in case these servers are not present in the built-in servers list.
  • Servers that are currently configured in the system will be highlighted in the output table.
  • Added --skip-system-servers option to skip the auto-detection of system DNS servers.

Changed

  • Changed MSRV from 1.74.1 to 1.82.0
  • Updated base image of Docker container from rust:1.86.0 to rust:1.87.0

Documentation

  • Added information about new features.
  • Completely reworked features section to make it more informative and user-friendly.
  • Reviewed grammar and spelling errors in the description section.
  • Updated the preview gif-animation to reflect the new features.
  • Added the preview image to the readme file and Docker Hub overview.

Dependencies

  • Updated quick-xml from 0.37.4 to 0.37.5
  • Updated toml from 0.8.20 to 0.8.23
  • Updated tabled from 0.18.0 to 0.20.0
  • Updated clap from 4.5.37 to 4.5.39