Releases: org-not-included/py-github-helper
Releases · org-not-included/py-github-helper
v0.2.6 Fix Issues created in 0.2.4 [part 2]
v0.2.5 Fix Issues created in 0.2.4
Resolve issues with arg_parser introduced in v0.2.4
v0.2.4 Added Logging Levels
Changes:
- Change
print()s tologging.debug() - Adding -v and -vv flags
- optionally print INFO and DEBUG level logs
- defaults to ERROR level logs
Reasoning:
Print statements include headers, which can contain secrets.
This package not print headers to console by default.
v0.2.3 Added Badges/Cleaned Readme
Goal:
Cleaner README.md with badges to highlight repo details
v0.2.2 PyPi Package Integration
Goal:
Clean up any bugs when importing pypi package:
from py_github_helper.utils.commands import (
get_files_changed_during_pr,
add_comment
)
v0.2.2-a.1
Fixes issue with init.py when running from py_github_helper.commands import add_comment
v0.2.1
Update PyPi Package's setup.py to reference py_github_helper (snake_case) rather than kebab-case
V0.2: CLI and Python Module Support
Users can now use the tool in two ways:
- Pass input args via command line (in bash scripts)
- Import functions and invoke directly (in python scripts)
V0.1.14
Remove excess logging
v0.1.13
More logging