Expand description
unclog
helps you build your changelog.
Re-exports§
pub use semver;
Modules§
- fs_
utils - File system-related utilities to help with manipulating changelogs.
Structs§
- Change
Set - A set of changes, either associated with a release or not.
- Change
SetSection - A single section in a set of changes.
- Change
SetSection Path - Change
Sets Config - Changelog
- A log of changes for a specific project.
- Component
- A single component of a project.
- Component
Section - A section of entries related to a specific component/submodule/package.
- Components
Config - Config
- Configuration options relating to the generation of a changelog.
- Entry
- A single entry in a set of changes.
- Entry
Change SetPath - Entry
Path - Provides a precise path through a specific changelog to a specific entry.
- Release
- The changes associated with a specific release.
- Unreleased
Config - Configuration relating to unreleased changelog entries.
- Version
- SemVer version as defined by https://semver.org.
Enums§
- Bullet
Style - The various styles of bullets available in Markdown.
- Change
SetComponent Path - Entry
Release Path - Error
- All error variants that can be produced by unclog.
- Platform
Id - Provides a way of referencing a change through the VCS platform.
- Project
Traits§
- Generic
Project - Generic definition of an online Git project.
Type Aliases§
- Result
- Result type used throughout the
unclog
crate.