Releases: Justintime50/pullbug
Releases · Justintime50/pullbug
v5.1.3
v5.1.2
- Swaps the deprecated
slackclient
for the newslack_sdk
, no user impact expected
v5.1.1
- Expand paths for user-supplied
--location
strings. This now allows for spaces in paths and proper expansion of home directories (eg:~
)
v5.1.0
- Adds
--version
CLI flag - Bumps dependencies
v5.0.1
- Pins the correct version of
PyGithub
to properly use the newAuth
object
v5.0.0
- Drops support for Python 3.7
- Adds a new
--quiet
flag which will not send messages if no PRs or issues can be found
v4.5.0
- Adds
--disable_descriptions
flag which will not populate the description in messages
v4.4.0
- Adds support for team reviewers to populate in messages
v4.3.0
- Adds
log_level
flag allowing the user to specify a log level of their choice (defaults toINFO
)
v4.2.1
- Filters out pull requests from the returned issues. Apparently GitHub's v3 API returns pull requests in the response of a list of issues, see https://docs.github.com/en/rest/reference/issues#list-repository-issues for details