Skip to content

Commit 4f794e6

Browse files
chore(main): release 0.9.1
1 parent fb69e41 commit 4f794e6

3 files changed

Lines changed: 9 additions & 2 deletions

File tree

.release-please-manifest.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
11
{
2-
".": "0.9.0"
2+
".": "0.9.1"
33
}

CHANGELOG.md

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -8,6 +8,13 @@ sql-sop uses [Semantic Versioning](https://semver.org/).
88
Rule removals and rule ID renames are **breaking changes** that require
99
a deprecation window (see `GOVERNANCE.md` § Scope discipline).
1010

11+
## [0.9.1](https://github.com/Pawansingh3889/sql-guard/compare/v0.9.0...v0.9.1) (2026-06-06)
12+
13+
14+
### Bug Fixes
15+
16+
* **ci:** use underscore input names for first-interaction@v3 ([#64](https://github.com/Pawansingh3889/sql-guard/issues/64)) ([fb69e41](https://github.com/Pawansingh3889/sql-guard/commit/fb69e410f2e4e31603a81465daa00de18e9887e9))
17+
1118
## [0.9.0](https://github.com/Pawansingh3889/sql-guard/compare/v0.8.0...v0.9.0) (2026-05-31)
1219

1320

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ build-backend = "hatchling.build"
44

55
[project]
66
name = "sql-sop"
7-
version = "0.9.0"
7+
version = "0.9.1"
88
description = "Fast rule-based SQL linter. Pre-commit hook + GitHub Action + CLI."
99
readme = "README.md"
1010
license = "MIT"

0 commit comments

Comments
 (0)