Skip to content

Commit f1f4a5d

Browse files
committed
chore(main): release 4.35.1
1 parent 825717e commit f1f4a5d

4 files changed

Lines changed: 25 additions & 3 deletions

File tree

CHANGELOG.md

Lines changed: 22 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,27 @@
11
## Changelog
22

3+
## [4.35.1](https://github.com/duriantaco/skylos/compare/v4.35.0...v4.35.1) (2026-09-06)
4+
5+
6+
### Bug Fixes
7+
8+
* **ai-defect:** continue checks after failed Python files ([#796](https://github.com/duriantaco/skylos/issues/796)) ([b1d0ad7](https://github.com/duriantaco/skylos/commit/b1d0ad7cd4eff2ef8c7335a1fd71cdda6670a002))
9+
* **ai-defect:** make SKY-A103 findings complete and deterministic ([#793](https://github.com/duriantaco/skylos/issues/793)) ([7536054](https://github.com/duriantaco/skylos/commit/7536054680f1ca4415b026913f9679a2e9cab186))
10+
* **ai-defect:** report CI permission signals reliably ([#792](https://github.com/duriantaco/skylos/issues/792)) ([1172878](https://github.com/duriantaco/skylos/commit/1172878a73f14ec495bfacfa51e838df0c42e0a9))
11+
* **ai-defect:** resolve imported JS barrel exports ([#799](https://github.com/duriantaco/skylos/issues/799)) ([2983f8f](https://github.com/duriantaco/skylos/commit/2983f8f885a379cf5457f6c61e2d172b4b0b925f))
12+
* **analyzer:** deterministic module name for multi source-root paths ([#780](https://github.com/duriantaco/skylos/issues/780)) ([0e96fdb](https://github.com/duriantaco/skylos/commit/0e96fdbfd1638a0a78db0ba71df2d20a75343d8e))
13+
* **analyzer:** preserve scan context in Git hooks ([#795](https://github.com/duriantaco/skylos/issues/795)) ([38124e7](https://github.com/duriantaco/skylos/commit/38124e7a773bf403aa9681bf84c69c2f9d600fb3))
14+
* **analyzer:** recognize declaration-only Python stubs ([#801](https://github.com/duriantaco/skylos/issues/801)) ([06b7fc3](https://github.com/duriantaco/skylos/commit/06b7fc3a17b55556a3daca0192f0709fdf2ec723))
15+
* **analyzer:** reduce Django and Celery false positives ([#800](https://github.com/duriantaco/skylos/issues/800)) ([bc9ee49](https://github.com/duriantaco/skylos/commit/bc9ee49cf1c4118e12d87206aa1a03ef041c2cd5))
16+
* **cli:** report circular dependencies consistently ([#804](https://github.com/duriantaco/skylos/issues/804)) ([825717e](https://github.com/duriantaco/skylos/commit/825717e173439bc4082829053567be2779672075))
17+
* **cwe:** correct 10 misaligned CWE mappings ([#784](https://github.com/duriantaco/skylos/issues/784)) ([9f1fbc1](https://github.com/duriantaco/skylos/commit/9f1fbc1b0acb4eee14d235ab189db6837de49e60))
18+
19+
20+
### Performance Improvements
21+
22+
* **analysis:** share parsed ASTs across rule passes ([#779](https://github.com/duriantaco/skylos/issues/779)) ([f99402e](https://github.com/duriantaco/skylos/commit/f99402e5122c28ab6b3571f4a5e6b4281d27472c))
23+
* **analyzer:** index export lookups ([#771](https://github.com/duriantaco/skylos/issues/771)) ([65bd38c](https://github.com/duriantaco/skylos/commit/65bd38c761b2dd76b014bbb295efbc5364c89b15))
24+
325
## [4.35.0](https://github.com/duriantaco/skylos/compare/v4.34.0...v4.35.0) (2026-08-26)
426

527

pyproject.toml

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

55
[project]
66
name = "skylos"
7-
version = "4.35.0"
7+
version = "4.35.1"
88
requires-python = ">=3.10"
99
description = "Open-source, local-first static analysis and PR gates for Python, TypeScript/JavaScript, Go, Java, Kotlin, PHP, Rust, Dart, C#, and Shell. Finds dead code, security issues, secrets, quality regressions, and AI-code mistakes."
1010
authors = [{name = "Aaron Oh", email = "aaronoh2015@gmail.com"}]
Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
11
{
2-
".": "4.35.0"
2+
".": "4.35.1"
33
}

uv.lock

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)