From 1a835b95ee008e13ed3748cd9771732ab31d8b5e Mon Sep 17 00:00:00 2001 From: tduhamel42 Date: Thu, 30 Oct 2025 15:17:26 +0100 Subject: [PATCH] chore: bump version to 0.7.3 --- CHANGELOG.md | 2 +- pyproject.toml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index dafdc47..499453a 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -5,7 +5,7 @@ All notable changes to FuzzForge 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] +## [0.7.3] - 2025-10-30 ### 🎯 Major Features diff --git a/pyproject.toml b/pyproject.toml index 2ee4e56..2e54464 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,6 +1,6 @@ [project] name = "fuzzforge" -version = "0.6.0" +version = "0.7.3" description = "FuzzForge Platform - Complete fuzzing and security testing platform with AI capabilities" readme = "README.md" license = { text = "BSL-1.1" }