Skip to content

0.105.1

Compare
Choose a tag to compare
@jqnatividad jqnatividad released this 31 May 00:44
· 5096 commits to master since this release

All "unsafe" code has been removed. By selectively using asserts, we obviate the need to use explicit unchecked logic to skip unnecessary bounds checking.

Changed

  • stats: remove all unsafes 4a4c010
  • fetch & fetchpost: remove unsafe 1826bb3
  • validate: remove unsafe 742ccb3
  • normalize --user-agent option across all of qsv feff90b & 839b3b7
  • bump qsv-dateparser from 0.8.1 to 0.8.2 which also uses chrono 0.4.26
  • cargo update bump several indirect dependencies
  • pin Rust nightly to 2023-05-29

Fixed

  • remove chrono pin to 0.4.24 and upgrade to 0.4.26 which fixed 0.4.25 CI test failures 7636d82

Full Changelog: 0.105.0...0.105.1