Versions in this module Expand all Collapse all v0 v0.0.65 Apr 27, 2026 Changes in this version + func CreateExemptionsFile(outputPath, exemptionsPath string, ignoreExpiration bool, fs afero.Fs) error + type Exemption struct + BreakingChangeDescription string + ExemptUntil string + HideFromChangelog string + Reason string + func GetHiddenExemptions(exemptions []Exemption) []Exemption + func GetValidExemptionsList(exemptionsPath string, ignoreExpiration bool, fs afero.Fs) ([]Exemption, error)