From 28e94842d9bf5b24c2a6ce3363c0dc7c38b39be0 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Mon, 26 Aug 2024 14:16:23 +0000 Subject: [PATCH] chore: release --- CHANGELOG.md | 13 +++++++++++++ Cargo.lock | 2 +- Cargo.toml | 2 +- 3 files changed, 15 insertions(+), 2 deletions(-) create mode 100644 CHANGELOG.md diff --git a/CHANGELOG.md b/CHANGELOG.md new file mode 100644 index 0000000..fbb0c10 --- /dev/null +++ b/CHANGELOG.md @@ -0,0 +1,13 @@ +# Changelog +All notable changes to this project will be documented in this file. + +The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/), +and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html). + +## [Unreleased] + +## [2.0.0](https://github.com/jonaylor89/sherlock-rs/compare/v1.0.0...v2.0.0) - 2024-08-26 + +### Other +- refactor save results +- release plz diff --git a/Cargo.lock b/Cargo.lock index 4cf1f4a..82d1eed 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -1255,7 +1255,7 @@ dependencies = [ [[package]] name = "sherlock" -version = "1.0.0" +version = "2.0.0" dependencies = [ "clap", "color-eyre", diff --git a/Cargo.toml b/Cargo.toml index 6c65160..9f9b1fd 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -3,7 +3,7 @@ name = "sherlock" description = "🔍 Hunt down social media accounts by username across social networks" authors = ["Johannes Naylor "] license = "MIT" -version = "1.0.0" +version = "2.0.0" edition = "2021" readme = "README.md" repository = "https://github.com/jonaylor89/sherlock-rs"