Skip to content

Commit

Permalink
Fix for error type change
Browse files Browse the repository at this point in the history
  • Loading branch information
colincasey committed May 3, 2024
1 parent e2b6c57 commit 6067a1e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/changelog.rs
Original file line number Diff line number Diff line change
Expand Up @@ -179,7 +179,7 @@ pub(crate) enum ChangelogError {
#[error("No root node in changelog markdown")]
NoRootNode,
#[error("Could not parse changelog - {0}")]
Parse(String),
Parse(markdown::message::Message),
#[error("Invalid semver version in release entry - {0}")]
ParseVersion(#[source] semver::Error),
#[error("Invalid year in release entry - {0}")]
Expand Down

0 comments on commit 6067a1e

Please sign in to comment.