Skip to content

Commit

Permalink
Merge pull request #5 from jonaylor89/release-plz-2024-09-11T15-56-14Z
Browse files Browse the repository at this point in the history
chore: release v3.0.0
  • Loading branch information
jonaylor89 authored Sep 11, 2024
2 parents e79230b + f72cc49 commit 1dbd690
Show file tree
Hide file tree
Showing 3 changed files with 18 additions and 2 deletions.
16 changes: 16 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,22 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0

## [Unreleased]

## [3.0.0](https://github.com/jonaylor89/sherlock-rs/compare/v2.0.0...v3.0.0) - 2024-09-11

### Other

- prefer &[T] over &Vec<T> 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<str> over Arc<String>
- Use enum to better represent target error types

## [2.0.0](https://github.com/jonaylor89/sherlock-rs/compare/v1.0.0...v2.0.0) - 2024-08-26

### Other
Expand Down
2 changes: 1 addition & 1 deletion Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ name = "sherlock"
description = "🔍 Hunt down social media accounts by username across social networks"
authors = ["Johannes Naylor <jonaylor89@gmail.com>"]
license = "MIT"
version = "2.0.0"
version = "3.0.0"
edition = "2021"
readme = "README.md"
repository = "https://github.com/jonaylor89/sherlock-rs"
Expand Down

0 comments on commit 1dbd690

Please sign in to comment.