Crate unclog[][src]

Expand description

unclog helps you build your changelog.

Re-exports

pub use semver;

Structs

ChangeSet

A set of changes, either associated with a release or not.

Changelog

A log of changes for a specific project.

Entry

A single entry in a set of changes.

Release

The changes associated with a specific release.

Version

SemVer version as defined by https://semver.org.

Enums

Error

All error variants that can be produced by unclog.

Constants

CHANGELOG_HEADING
CHANGE_SET_ENTRY_EXT
CHANGE_SET_SUMMARY_FILENAME
EMPTY_CHANGELOG_MSG
EPILOGUE_FILENAME
UNRELEASED_FOLDER
UNRELEASED_HEADING

Type Definitions

Result