Skip to content

Commit 1dbd690

Browse files
authored
Merge pull request #5 from jonaylor89/release-plz-2024-09-11T15-56-14Z
chore: release v3.0.0
2 parents e79230b + f72cc49 commit 1dbd690

File tree

3 files changed

+18
-2
lines changed

3 files changed

+18
-2
lines changed

CHANGELOG.md

Lines changed: 16 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,22 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
66

77
## [Unreleased]
88

9+
## [3.0.0](https://github.com/jonaylor89/sherlock-rs/compare/v2.0.0...v3.0.0) - 2024-09-11
10+
11+
### Other
12+
13+
- prefer &[T] over &Vec<T> for params
14+
- cargo clippy fix
15+
- use fs helpers
16+
- use include_str! and a real json file
17+
- misc changes
18+
- pull out an async function to check for a user at a site
19+
- unneeded clone
20+
- no need for lazy init of simple static arrays
21+
- Convert timeout to a Duration sooner rather than later
22+
- Use Arc<str> over Arc<String>
23+
- Use enum to better represent target error types
24+
925
## [2.0.0](https://github.com/jonaylor89/sherlock-rs/compare/v1.0.0...v2.0.0) - 2024-08-26
1026

1127
### Other

Cargo.lock

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ name = "sherlock"
33
description = "🔍 Hunt down social media accounts by username across social networks"
44
authors = ["Johannes Naylor <jonaylor89@gmail.com>"]
55
license = "MIT"
6-
version = "2.0.0"
6+
version = "3.0.0"
77
edition = "2021"
88
readme = "README.md"
99
repository = "https://github.com/jonaylor89/sherlock-rs"

0 commit comments

Comments
 (0)