Skip to content

Commit 9a96a38

Browse files
committed
Now handling blocked repositories; bumping to v1.0.17.3.
1 parent 5cb0d23 commit 9a96a38

File tree

2 files changed

+4
-1
lines changed

2 files changed

+4
-1
lines changed

Diff for: CHANGELOG.md

+3
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,8 @@
11
# Changelog
22

3+
## Release v1.0.17.3 (March 2nd, 2025)
4+
* Added handling of Blocked repositories. The GitHub API presents a different error than for not-found repos, and includes a reason; which we now include in our reports. Thanks to @satoridev01 for reporting the behavior.
5+
36
## Release v1.0.17.2 (February 16th, 2025)
47
* Added a Highlighted findings section to the HTML report. Special thanks to Viktor and Darin from DevOps Paradox for their feedback.
58
* Added to every table in the HTML report the ability to collapse and expand.

Diff for: pyproject.toml

+1-1
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ build-backend = "setuptools.build_meta"
44

55
[project]
66
name = "gitxray"
7-
version = "1.0.17.2"
7+
version = "1.0.17.3"
88
authors = [
99
{ name="Lucas Lavarello", email="[email protected]" },
1010
]

0 commit comments

Comments
 (0)