fn update_change_log( logs: &[PackageChangeLog], change_log_path_md: &Utf8Path, name: &str, version: Option<&Version>, previous_version: Option<&Version>, dry_run: bool, ) -> Result<()>