Structs§
- Change
- Represents a single change which is applicable to any number of packages.
- Change
Set - A set of
Changes that combine to formReleases of one or more packages. - Package
Change - A
Changeas it applies to a single package for aRelease, - Release
- The combination of applicable
Changes in aChangeSetfor a single package. - Unique
Id - The unique ID of a
Change, used to set the file name of the Markdown file. - Versioning
- Describes how a
crate::Changeaffects the version of relevant packages.
Enums§
- Build
Versioning Error - The error that occurs if you try to create a
Versioningout of an iterator which has no items. - Change
Type - The Semantic Versioning component which should be incremented when a [
Change] is applied. - Loading
Error - Parsing
Error
Type Aliases§
- Package
Name - An alias to
Stringto encode semantic meaning in [Change::versioning]