jonaylor89 / sherlock-rs

Hunt down social media accounts by username across social networks
https://sherlockproject.xyz
MIT License
35 stars 2 forks source link

chore: release v3.0.0 #5

Closed github-actions[bot] closed 2 months ago

github-actions[bot] commented 2 months ago

🤖 New release

Changelog

## [3.0.0](https://github.com/jonaylor89/sherlock-rs/compare/v2.0.0...v3.0.0) - 2024-09-11 ### 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


This PR was generated with release-plz.