v0.112.0
Breaking changes:
- Fix the branch protection defaults by @svanharmelen in #2036
This ☝🏻 fixes a bug in the settings API (see #2033) by introducing a dedicated struct for branch protection defaults. To prevent duplicated code, this struct is now also used (as a pointer!) for theDefaultBranchProtectionDefaults
field in theGroup
struct.
What's Changed
- Add alert status to project hooks by @dany74q in #2034
- missing protected_branches#deploy_key_id by @seyguai in #2035
- Add missing created at to project struct by @wind0r in #2037
New Contributors
Full Changelog: v0.111.0...v0.112.0