Crate keep_a_changelog

Source

Re-exports§

pub use changelog::Changelog;
pub use changelog::ChangelogParseOptions;
pub use changes::ChangeKind;
pub use changes::Changes;
pub use release::Release;
pub use release::ReleaseBuilder;

Modules§

changelog
changes
link
release

Structs§

NaiveDate
ISO 8601 calendar date without timezone. Allows for every proleptic Gregorian date from Jan 1, 262145 BCE to Dec 31, 262143 CE. Also supports the conversion from ISO 8601 ordinal and week date.
Version
SemVer version as defined by https://semver.org.