Skip to content

Commit 464b1b8

Browse files
committed
Bump version to 2.6.9
1 parent 4b1ac09 commit 464b1b8

4 files changed

Lines changed: 18 additions & 4 deletions

File tree

CHANGELOG.md

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

3+
## 2.6.9
4+
5+
### Changed: improve monorepo scan diagnostics and guidance
6+
7+
- Added aggregate scan configuration, manifest-count, baseline-selection, and
8+
fallback diagnostics without listing submitted manifest paths.
9+
- Clarified monorepo scan scoping, workspace flags, CI path filters, and timeout
10+
behavior, with a changed-workspace GitHub Actions example.
11+
12+
### Fixed: apply configured exit codes to API failures
13+
14+
- Full-scan and streamed-diff API failures now use the configured infrastructure
15+
error exit code instead of the security-finding exit code.
16+
317
## 2.6.8
418

519
### Changed: bump pinned @coana-tech/cli to 15.10.25

pyproject.toml

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

77
[project]
88
name = "socketsecurity"
9-
version = "2.6.8"
9+
version = "2.6.9"
1010
requires-python = ">= 3.11"
1111
license = {"file" = "LICENSE"}
1212
dependencies = [

socketsecurity/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
11
__author__ = 'socket.dev'
2-
__version__ = '2.6.8'
2+
__version__ = '2.6.9'
33
USER_AGENT = f'SocketPythonCLI/{__version__}'

uv.lock

Lines changed: 2 additions & 2 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)