From 4a3729833b6fc39beb720a5ca0584f4831606b8d Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Erdo=C4=9Fan=20YOKSUL?= Date: Mon, 2 Dec 2024 15:53:18 +0300 Subject: [PATCH] chore: release v0.1.10 --- CHANGELOG.md | 7 +++++++ Cargo.lock | 2 +- Cargo.toml | 2 +- 3 files changed, 9 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index cdfb0e20..f5fb2868 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,6 +2,13 @@ All notable changes to this project will be documented in this file. +## 0.1.10 - 2024-12-02 + +### Bug Fixes + +- Tag pattern ([e7055ab](e7055ab4d078894ab693c92082bdbe22d36dbb48)) + + ## 0.1.9 - 2024-12-02 ### Bug Fixes diff --git a/Cargo.lock b/Cargo.lock index 1888bea0..9a2209f4 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -3358,7 +3358,7 @@ dependencies = [ [[package]] name = "subscan" -version = "0.1.9" +version = "0.1.10" dependencies = [ "async-trait", "automod", diff --git a/Cargo.toml b/Cargo.toml index 22a6a51f..30ba821a 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "subscan" -version = "0.1.9" +version = "0.1.10" edition = "2021" description = "A subdomain enumeration tool leveraging diverse techniques, designed for advanced pentesting operations" documentation = "https://docs.rs/subscan"