From d12ad51e2c3b01f880dcd0bed215e080e6e0fbb2 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Mon, 14 Sep 2026 17:14:28 +0000 Subject: [PATCH] chore(main): release 0.32.0 --- .release-please-manifest.json | 2 +- CHANGELOG.md | 7 +++++++ isitsecure/__init__.py | 2 +- pyproject.toml | 2 +- 4 files changed, 10 insertions(+), 3 deletions(-) diff --git a/.release-please-manifest.json b/.release-please-manifest.json index 8e3d955..4758222 100644 --- a/.release-please-manifest.json +++ b/.release-please-manifest.json @@ -1,3 +1,3 @@ { - ".": "0.31.0" + ".": "0.32.0" } diff --git a/CHANGELOG.md b/CHANGELOG.md index 8d35adf..0eaa888 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -4,6 +4,13 @@ All notable changes to this project are documented here. The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.1.0/), and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html). +## [0.32.0](https://github.com/jaurakunal/isitsecure/compare/v0.31.0...v0.32.0) (2026-09-14) + + +### Features + +* **go:** wrapped-handler routes, XSS rule, and govwa SAST benchmark ([#246](https://github.com/jaurakunal/isitsecure/issues/246)) ([2398691](https://github.com/jaurakunal/isitsecure/commit/2398691b0978ec6d1701cfe7d65a980c1307bff9)) + ## [0.31.0](https://github.com/jaurakunal/isitsecure/compare/v0.30.0...v0.31.0) (2026-09-14) diff --git a/isitsecure/__init__.py b/isitsecure/__init__.py index c426e44..8e97b39 100644 --- a/isitsecure/__init__.py +++ b/isitsecure/__init__.py @@ -1,3 +1,3 @@ """isitsecure - AI-powered security scanner for modern web apps.""" -__version__ = "0.31.0" # x-release-please-version +__version__ = "0.32.0" # x-release-please-version diff --git a/pyproject.toml b/pyproject.toml index 5809503..d920272 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -4,7 +4,7 @@ build-backend = "hatchling.build" [project] name = "isitsecure" -version = "0.31.0" +version = "0.32.0" description = "AI-powered security scanner for modern web apps. SAST + DAST + LLM review in one scan." readme = "README.md" license = "Apache-2.0"