v0.6.0
What's Changed
The release incorporates the up-to-date API contract as of 2024-09-28 21:53:00 GMT.
Added
- Added the method
TransferProjectsFromUserToOrg
to migrate personal projects to organisation. - Added the payment method attribute to the struct
BillingAccount
. - Added
Business
subscription type's value. - Added the attribute
CreatedBy
to the structBranch
to indicate who created the branch.
Changed
- [BREAKING] Change the signatures of the methods:
ListProjectBranches
;CreateProjectBranch
;GetProjectBranch
;GetProjectBranchSchema
.
Full Changelog: v0.5.0...v0.6.0