usecrate::{package,semver::Version};#[derive(Clone, Debug, Eq, Hash, PartialEq)]pubstructRelease{/// The title of the release without any markdown header prefix
pubtitle: String,
pubversion: Version,
/// The full release notes in Markdown, at header level 1
pubnotes: String,
pubpackage_name:package::Name,
}