From e15ba9da5ec5ade04e250f2c269166126921592e Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Fri, 10 Jul 2026 09:17:20 +0000 Subject: [PATCH] chore(main): release 0.9.1 --- .release-please-manifest.json | 2 +- CHANGELOG.md | 7 +++++++ pyproject.toml | 2 +- 3 files changed, 9 insertions(+), 2 deletions(-) diff --git a/.release-please-manifest.json b/.release-please-manifest.json index 76d5538..b28fea9 100644 --- a/.release-please-manifest.json +++ b/.release-please-manifest.json @@ -1,3 +1,3 @@ { - ".": "0.9.0" + ".": "0.9.1" } diff --git a/CHANGELOG.md b/CHANGELOG.md index 670e89c..5100d02 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -8,6 +8,13 @@ sql-sop uses [Semantic Versioning](https://semver.org/). Rule removals and rule ID renames are **breaking changes** that require a deprecation window (see `GOVERNANCE.md` ยง Scope discipline). +## [0.9.1](https://github.com/Pawansingh3889/sql-sop/compare/v0.9.0...v0.9.1) (2026-07-10) + + +### Bug Fixes + +* **ci:** use underscore input names for first-interaction@v3 ([#64](https://github.com/Pawansingh3889/sql-sop/issues/64)) ([fb69e41](https://github.com/Pawansingh3889/sql-sop/commit/fb69e410f2e4e31603a81465daa00de18e9887e9)) + ## [0.9.0](https://github.com/Pawansingh3889/sql-guard/compare/v0.8.0...v0.9.0) (2026-05-31) diff --git a/pyproject.toml b/pyproject.toml index 516c039..fc870e3 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -4,7 +4,7 @@ build-backend = "hatchling.build" [project] name = "sql-sop" -version = "0.9.0" +version = "0.9.1" description = "Fast rule-based SQL linter. Pre-commit hook + GitHub Action + CLI." readme = "README.md" license = "MIT"