Crate changesets
source ·Structs§
- Represents a single change which is applicable to any number of packages.
- The unique ID of a
Change
, parsed from and used to set the file name of the Markdown file. - Describes how a
crate::Change
affects the version of relevant packages.
Enums§
- The error that occurs if you try to create a
Versioning
out of an iterator which has no items. - The Semantic Versioning component which should be incremented when a [
Change
] is applied.
Type Aliases§
- An alias to
String
to encode semantic meaning in [Change::versioning
]