Skip to content

Commit 0245c63

Browse files
committed
bump version to prepare for release
Signed-off-by: lelia <2418071+lelia@users.noreply.github.com>
1 parent 9963016 commit 0245c63

4 files changed

Lines changed: 9 additions & 3 deletions

File tree

CHANGELOG.md

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

3+
## 2.2.87
4+
5+
- Fixed diff scan API requests so `--timeout` is passed through to the Socket SDK request layer.
6+
- Fixed `--exclude-license-details` so the full-scan diff comparison request sends `include_license_details=false`.
7+
- Let diff comparison API failures propagate to top-level CLI exit handling so `--disable-blocking` is honored consistently.
8+
39
## 2.2.83
410

511
- Fixed branch detection in detached-HEAD CI checkouts. When `git name-rev --name-only HEAD` returned an output with a suffix operator (e.g. `remotes/origin/master~1`, `master^0`), the `~N`/`^N` was previously passed through as the branch name and rejected by the Socket API as an invalid Git ref. The suffix is now stripped before the prefix split, producing the bare branch name.

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.2.86"
9+
version = "2.2.87"
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.2.86'
2+
__version__ = '2.2.87'
33
USER_AGENT = f'SocketPythonCLI/{__version__}'

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)