Versions in this module Expand all Collapse all v1 v1.0.0 Mar 25, 2026 Changes in this version + func GenerateChangelog(bumps []*VersionBump) string + type Change struct + Description string + Field string + Type ChangeType + type ChangeType int + const FieldAdded + const FieldChanged + const FieldRemoved + const MetaChanged + type VersionBump struct + Breaking bool + BumpType string + Changes []Change + Current string + Suggested string + func CompareSchemas(old, new *schema.ProtocolSchema) *VersionBump