Skip to content

Commit b5b63a5

Browse files
committed
Bumping to minor version 1.0.16.4
1 parent 218d49c commit b5b63a5

File tree

3 files changed

+5
-2
lines changed

3 files changed

+5
-2
lines changed

CHANGELOG.md

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

3+
## Release v1.0.16.4 (October 30th, 2024)
4+
* Fixed an error case that should be fixed in gh_api.py eventually: GitHub returning unexpected error responses when querying for certain releases while being unauthenticated. Thank you once again @fearcito for your input and testing.
5+
36
## Release v1.0.16.3 (October 28th, 2024)
47
* Only showing "updated at" for comments if the created_at and updated_at field values differ. This helps place focus on updated comments which could potentially reveal a contributor trying to hide a past comment. GitHub is kind to show an Edit history for said comments as a menu option next to the comment itself.
58

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.16.3"
7+
version = "1.0.16.4"
88
authors = [
99
{ name="Lucas Lavarello", email="llavarello@kulkan.com" },
1010
]

src/gitxray/gitxray.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ def gitxray_cli():
2020
░░██████ ░░██████
2121
░░░░░░ ░░░░░░
2222
gitxray: X-Ray and analyze Github Repositories and their Contributors. Trust no one!
23-
v1.0.16.3 - Developed by Kulkan Security [www.kulkan.com] - Penetration testing by creative minds.
23+
v1.0.16.4 - Developed by Kulkan Security [www.kulkan.com] - Penetration testing by creative minds.
2424
"""+"#"*gx_definitions.SCREEN_SEPARATOR_LENGTH)
2525

2626
# Let's initialize a Gitxray context, which parses arguments and more.

0 commit comments

Comments
 (0)