From e6efbc69638105064599b5cd728a42337811c26a Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Erdo=C4=9Fan=20YOKSUL?= Date: Mon, 2 Dec 2024 20:36:13 +0300 Subject: [PATCH] chore: release v0.1.10 --- CHANGELOG.md | 9 +++++++++ Cargo.lock | 2 +- Cargo.toml | 2 +- 3 files changed, 11 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index cdfb0e20..595e151d 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,6 +2,15 @@ All notable changes to this project will be documented in this file. +## 0.1.10 - 2024-12-02 + +### Bug Fixes + +- Docker workflow ([f1108c2](f1108c2db439412c9ba1063bfd8db9539d4bc8ed)) +- Docker workflow ([59e27ae](59e27ae563d351b22efecfad77cc681d1484bdf6)) +- 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"