Skip to content

Releases: jonaylor89/sherlock-rs

v3.0.0

11 Sep 16:02
1dbd690
Compare
Choose a tag to compare

Other

  • prefer &[T] over &Vec for params
  • cargo clippy fix
  • use fs helpers
  • use include_str! and a real json file
  • misc changes
  • pull out an async function to check for a user at a site
  • unneeded clone
  • no need for lazy init of simple static arrays
  • Convert timeout to a Duration sooner rather than later
  • Use Arc over Arc
  • Use enum to better represent target error types

v2.0.0

31 Aug 10:51
83cf61b
Compare
Choose a tag to compare

Other

  • refactor save results
  • release plz

Release v1.0.0

26 Aug 12:28
9568623
Compare
Choose a tag to compare
fix release