Releases: telia-oss/githubapp
Releases · telia-oss/githubapp
Release list
v0.8.0
What's Changed
- adds rate limits API call by @lostvicking in #9
New Contributors
- @lostvicking made their first contribution in #9
Full Changelog: v0.7.0...v0.8.0
v0.7.0
What's Changed
- Update go-github to v45 by @matthiasbruns in #8
New Contributors
- @matthiasbruns made their first contribution in #8 🥳
Full Changelog: v0.6.0...v0.7.0
v0.6.0
v0.5.0
v0.4.0
v0.3.0
v0.2.0
- Re-export
go-githubstructs that are used as in/outputs fromCreateInstallationTokento avoid version conflicts since this package uses v29 internally (same as the latest release ofghinstallation). - Add
InstallationClientto easily create a new V3 and V4 Github client using an installation token.