Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion .release-please-manifest.json
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
{
".": "0.29.0"
".": "0.30.0"
}
7 changes: 7 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -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.30.0](https://github.com/jaurakunal/isitsecure/compare/v0.29.0...v0.30.0) (2026-09-14)


### Features

* **go:** per-route auth detection + gopls auth-flow refinement ([#242](https://github.com/jaurakunal/isitsecure/issues/242)) ([d2c2033](https://github.com/jaurakunal/isitsecure/commit/d2c2033581af2be5268d8a7ff6cbf220b46cd37b))

## [0.29.0](https://github.com/jaurakunal/isitsecure/compare/v0.28.4...v0.29.0) (2026-09-14)


Expand Down
2 changes: 1 addition & 1 deletion isitsecure/__init__.py
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
"""isitsecure - AI-powered security scanner for modern web apps."""

__version__ = "0.29.0" # x-release-please-version
__version__ = "0.30.0" # x-release-please-version
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ build-backend = "hatchling.build"

[project]
name = "isitsecure"
version = "0.29.0"
version = "0.30.0"
description = "AI-powered security scanner for modern web apps. SAST + DAST + LLM review in one scan."
readme = "README.md"
license = "Apache-2.0"
Expand Down